From 5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 4 Feb 2015 18:11:45 +0100 Subject: ignore hopscotch.css in css validation --- itjs.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs.class') diff --git a/itjs.class b/itjs.class index 2d055b4..1779c18 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', $filename))) + if (!($_GET['w3c'] && it::match('jquery-ui.css|owl.carousel.css|mobiscroll.custom|hopscotch.css', $filename))) # BLACKLIST { $origget = $_GET; list($filename, $paramstr) = explode("?", $filename); -- cgit v1.2.3