From db10e0afd47388c5effa334a86b6fd319dc8bcd5 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 22 Jun 2015 11:44:17 +0200 Subject: exclude leaflet.css, not under our control --- itjs.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3