Removing 1140.css from the calendar page
authorLaury GvR <laury@gaslightmedia.com>
Thu, 24 Jul 2014 20:36:01 +0000 (16:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 24 Jul 2014 20:36:01 +0000 (16:36 -0400)
A light work-around to get 1140.css (from app.gaslightmedia.com) to be
removed from the event calendar (-10) page, using jquery.

static/10.phtml

index 787519e..5c0576a 100755 (executable)
@@ -1,3 +1,4 @@
+<html><script>$('link[rel=stylesheet][href~="http://dev53.gaslightmedia.com/app.gaslightmedia.com/response/V0/css/1140.css"]').remove();</script></html>
 <?php
 if (defined('COMMON_EVENTS') && COMMON_EVENTS) {
     // set CommonApp define if not set
@@ -23,3 +24,4 @@ if (defined('COMMON_EVENTS') && COMMON_EVENTS) {
     echo $events->toHTML($this->keywordReplacement);
 }
 
+?> 
\ No newline at end of file