Not sure why the styles were in this file
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 9 Mar 2016 14:54:30 +0000 (09:54 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 9 Mar 2016 14:54:30 +0000 (09:54 -0500)
activate.php

index 97ac9a9..00cd105 100644 (file)
@@ -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');
     }
 
     /*