Remove style call
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:33:40 +0000 (12:33 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:33:40 +0000 (12:33 -0500)
Is already being included in the page.

lib/EventRegistration.php

index 716cf0e..e2e68d5 100644 (file)
@@ -17,9 +17,3 @@ add_action( 'init', function(){
         session_start();
     }
 });
-add_action( 'wp_enqueue_scripts', function(){
-    wp_enqueue_style(
-        'glm-event-reg',
-        'http://app.gaslightmedia.com/Common/Registrations_V3/front-end/Views/style.css'
-    );
-} );