clean up fix up
authorLaury GvR <laury@gaslightmedia.com>
Mon, 28 Jul 2014 18:39:54 +0000 (14:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 28 Jul 2014 18:39:54 +0000 (14:39 -0400)
Script to remove 1140.css from calendar static 10 now uses $= (endswith)

static/10.phtml

index 71b2c7e..7da1b08 100755 (executable)
@@ -1,5 +1,5 @@
 <script>
-    $('link[rel=stylesheet][href~="app.gaslightmedia.com/response/V0/css/1140.css"]').remove();
+    $('link[rel=stylesheet][href$="app.gaslightmedia.com/response/V0/css/1140.css"]').remove();
 </script>
 <?php
 if (defined('COMMON_EVENTS') && COMMON_EVENTS) {
@@ -24,4 +24,4 @@ if (defined('COMMON_EVENTS') && COMMON_EVENTS) {
         Toolkit_Database::getInstance()
     );
     echo $events->toHTML($this->keywordReplacement);
-}
\ No newline at end of file
+}