A light work-around to get 1140.css (from app.gaslightmedia.com) to be
removed from the event calendar (-10) page, using jquery.
+<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
echo $events->toHTML($this->keywordReplacement);
}
+?>
\ No newline at end of file