diff options
author | Urban Müller | 2015-02-04 18:11:45 +0100 |
---|---|---|
committer | Urban Müller | 2015-02-04 18:11:45 +0100 |
commit | 5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d (patch) | |
tree | fd1548e42693b7d6775c932b9fb8d86864d1b5c1 | |
parent | ae6397e68cd352a0478123eb0f9f60457a155f35 (diff) | |
download | itools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.tar.gz itools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.tar.bz2 itools-5fa81a954e964d41e57e5f6bdbcd0fa34e87b37d.zip |
ignore hopscotch.css in css validation
-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', $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); |