Plugin Directory

Changeset 2140538


Ignore:
Timestamp:
08/16/2019 11:12:30 AM (7 years ago)
Author:
Shopbop
Message:

Version 3.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shopbop-widget/trunk/lib/CoreWidget.php

    r2140530 r2140538  
    152152            //javascript librarires
    153153            wp_enqueue_script('jquery', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/jquery-1.7.1.min.js');
    154             wp_enqueue_script(constant(self::$widgetPrefix.'PUBLIC_WIDGET_NAME_SLUG') . '-components', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/lib/components.js?where=blog', 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', array('jquery'), false, true);
     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=20190801', array('jquery'), false, true);
    156156        }
    157157
Note: See TracChangeset for help on using the changeset viewer.