Changeset 2157430
- Timestamp:
- 09/16/2019 05:23:08 PM (7 years ago)
- File:
-
- 1 edited
-
shopbop-widget/trunk/lib/CoreWidget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopbop-widget/trunk/lib/CoreWidget.php
r2143586 r2157430 153 153 wp_enqueue_script('jquery', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/jquery-1.7.1.min.js'); 154 154 wp_enqueue_script(constant(self::$widgetPrefix.'PUBLIC_WIDGET_NAME_SLUG') . '-components', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/lib/components.js?where=blog&modified=20190801', array('jquery')); 155 wp_enqueue_script(constant(self::$widgetPrefix.'PUBLIC_WIDGET_NAME_SLUG') . '-customjs', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/public_widget.js?where=blog&modified=20190802', array('jquery'), false, true);155 wp_enqueue_script(constant(self::$widgetPrefix.'PUBLIC_WIDGET_NAME_SLUG') . '-customjs', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/public_widget.js?where=blog&modified=20190802', array('jquery'), false, false); 156 156 } 157 157 … … 461 461 } 462 462 463
Note: See TracChangeset
for help on using the changeset viewer.