Plugin Directory

Changeset 2157430


Ignore:
Timestamp:
09/16/2019 05:23:08 PM (7 years ago)
Author:
Shopbop
Message:

Version 3.1.0

File:
1 edited

Legend:

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

    r2143586 r2157430  
    153153            wp_enqueue_script('jquery', constant(self::$widgetPrefix.'PLUGIN_DIR_URL') . 'js/jquery-1.7.1.min.js');
    154154            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);
    156156        }
    157157
     
    461461    }
    462462
     463
Note: See TracChangeset for help on using the changeset viewer.