diff options
author | Urban Müller | 2015-06-22 11:44:17 +0200 |
---|---|---|
committer | Urban Müller | 2015-06-22 11:44:17 +0200 |
commit | db10e0afd47388c5effa334a86b6fd319dc8bcd5 (patch) | |
tree | 647e40a592acce0846413e50db0017ee85cb9019 /itjs.class | |
parent | eec0eebe7ef48b1f72de62c70ddeb70f0f1d783c (diff) | |
download | itools-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.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |