@@ -89,13 +89,13 @@ public function enqueue_scripts($hook)
8989 wp_enqueue_script ('jquery-ui-tabs ' );
9090 wp_enqueue_script ('jquery-ui-accordion ' );
9191 wp_enqueue_script ('jquery-ui-dialog ' );
92- wp_enqueue_script ("bmlt_meeting_list " , plugin_dir_url (__FILE__ ) . "js/bmlt_meeting_list.js " , array ('jquery ' ), " 2.8.0 " , true );
92+ wp_enqueue_script ("bmlt_meeting_list " , plugin_dir_url (__FILE__ ) . "js/bmlt_meeting_list.js " , array ('jquery ' ), BREAD_VERSION , true );
9393 wp_enqueue_script ("tooltipster " , plugin_dir_url (__FILE__ ) . "js/tooltipster.bundle.min.js " , array ('jquery ' ), "1.2 " , true );
9494 wp_enqueue_script ("spectrum " , plugin_dir_url (__FILE__ ) . "js/spectrum.min.js " , array ('jquery ' ), "1.2 " , true );
9595 wp_enqueue_script ("select2 " , plugin_dir_url (__FILE__ ) . "js/select2.min.js " , array ('jquery ' ), "1.2 " , true );
9696 wp_enqueue_script ("fetch-jsonp " , plugin_dir_url (__FILE__ ) . "js/fetch-jsonp.js " , array ('jquery ' ), "1.30 " , true );
9797 wp_enqueue_script ("smartWizard " , plugin_dir_url (__FILE__ ) . "js/jquery.smartWizard.js " , array ('jquery ' ), "6.0.6 " , true );
98- wp_enqueue_script ("breadWizard " , plugin_dir_url (__FILE__ ) . "js/bread-wizard.js " , array ('smartWizard ' ), " 2.8.0 " , true );
98+ wp_enqueue_script ("breadWizard " , plugin_dir_url (__FILE__ ) . "js/bread-wizard.js " , array ('smartWizard ' ), BREAD_VERSION , true );
9999 /**
100100 * Make some JSON from PHP available in JS.
101101 */
0 commit comments