From: Steve Sutton Date: Wed, 9 Mar 2016 14:54:30 +0000 (-0500) Subject: Not sure why the styles were in this file X-Git-Tag: v1.0.0^2~181 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=04698ae99d0f8305c3fcd8fe23520e311dafa997;p=WP-Plugins%2Fglm-member-db-events.git Not sure why the styles were in this file --- diff --git a/activate.php b/activate.php index 97ac9a9..00cd105 100644 --- a/activate.php +++ b/activate.php @@ -84,15 +84,6 @@ class glmMembersEventsPluginActivate // Set Roles and Capabilities for this plugin require_once(GLM_MEMBERS_EVENTS_PLUGIN_SETUP_PATH.'/rolesAndCapabilities.php'); - wp_enqueue_script('jquery'); - wp_enqueue_script('jquery-style'); - wp_enqueue_script('jquery-ui-core'); - wp_enqueue_script('jquery-ui-dialog'); - wp_enqueue_script('jquery-ui-autocomplete'); - - // Jquery DatePicker - wp_enqueue_script('jquery-ui-datepicker'); - wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css'); } /*