summaryrefslogtreecommitdiff
path: root/itjs.class
diff options
context:
space:
mode:
authorUrban Müller2015-06-22 11:44:17 +0200
committerUrban Müller2015-06-22 11:44:17 +0200
commitdb10e0afd47388c5effa334a86b6fd319dc8bcd5 (patch)
tree647e40a592acce0846413e50db0017ee85cb9019 /itjs.class
parenteec0eebe7ef48b1f72de62c70ddeb70f0f1d783c (diff)
downloaditools-db10e0afd47388c5effa334a86b6fd319dc8bcd5.tar.gz
itools-db10e0afd47388c5effa334a86b6fd319dc8bcd5.tar.bz2
itools-db10e0afd47388c5effa334a86b6fd319dc8bcd5.zip
exclude leaflet.css, not under our control
Diffstat (limited to 'itjs.class')
-rw-r--r--itjs.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/itjs.class b/itjs.class
index f20a3b7..6ef1c8f 100644
--- a/itjs.class
+++ b/itjs.class
@@ -154,7 +154,7 @@ static function filecontents($filenames, $execphp = true)
foreach ($filenames as $filename)
{
ob_start(); # Needs to capture inside loop to guarantee file order
- if (!($_GET['w3c'] && it::match('jquery-ui.css|owl.carousel.css|mobiscroll.custom|hopscotch.css', $filename))) # BLACKLIST
+ if (!($_GET['w3c'] && it::match('jquery-ui.css|owl.carousel.css|mobiscroll.custom|hopscotch.css|leaflet.css', $filename))) # BLACKLIST
{
$origget = $_GET;
list($filename, $paramstr) = explode("?", $filename);