Add jQuery dependency when registering the scripts.
-
Hi guys,
I always deregister jQuery to include all my JS files in the footer.
Right now the plugin doesn’t specify any dependency when registering the scripts.
It could be a great idea to add it to avoid any conflict.
Line 73 to 75 :
wp_register_script( 'live-edit-admin', $this->settings['dir'] . '/js/functions.admin.js', array('jquery'), $this->settings['version'] ); wp_register_script( 'live-edit-front', $this->settings['dir'] . '/js/functions.front.js', array('jquery'), $this->settings['version'] );
Amazing plugin by the way.
- The topic ‘Add jQuery dependency when registering the scripts.’ is closed to new replies.