projects
/
web
/
CityofMI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1729793
)
Removing events.css from the calendar page
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 29 Jul 2014 13:53:15 +0000
(09:53 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 29 Jul 2014 13:53:15 +0000
(09:53 -0400)
A light work-around to get events.css (from app.gaslightmedia.com) to be
removed from the event calendar (-10) page, like 1140.css, using jquery.
static/10.phtml
patch
|
blob
|
history
diff --git
a/static/10.phtml
b/static/10.phtml
index
7da1b08
..
e871097
100755
(executable)
--- a/
static/10.phtml
+++ b/
static/10.phtml
@@
-1,5
+1,6
@@
<script>
$('link[rel=stylesheet][href$="app.gaslightmedia.com/response/V0/css/1140.css"]').remove();
+ $('link[rel=stylesheet][href$="app.gaslightmedia.com/Common/EventCalendar_V0/css/events.css"]').remove();
</script>
<?php
if (defined('COMMON_EVENTS') && COMMON_EVENTS) {