summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2015-02-04 18:11:45 +0100
committerUrban Müller2015-02-04 18:11:45 +0100
commit5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d (patch)
treefd1548e42693b7d6775c932b9fb8d86864d1b5c1
parentae6397e68cd352a0478123eb0f9f60457a155f35 (diff)
downloaditools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.tar.gz
itools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.tar.bz2
itools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.zip
ignore hopscotch.css in css validation
-rw-r--r--itjs.class2
1 files changed, 1 insertions, 1 deletions
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);