Script to remove 1140.css from calendar static 10 now uses $= (endswith)
<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) {
Toolkit_Database::getInstance()
);
echo $events->toHTML($this->keywordReplacement);
-}
\ No newline at end of file
+}