From 509b58b456494c4a7814510bc228d55f9c96e7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 12 Dec 2013 22:33:43 +0100 Subject: [PATCH] For now hide the jshint warning. re #125 --- styles/style-base.css | 9 +++++++++ util.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/styles/style-base.css b/styles/style-base.css index 7b82df9..4556232 100644 --- a/styles/style-base.css +++ b/styles/style-base.css @@ -89,6 +89,15 @@ opacity: 0.5; opacity: 1; } +.filter-include:after { + content: "\fa99"; +} + +.filter-exclude:after { + content: "\fa9d"; +} + + .filter-exclude { border-right:thick solid red; opacity: 1; diff --git a/util.js b/util.js index 4f4a061..700a060 100644 --- a/util.js +++ b/util.js @@ -2,7 +2,7 @@ // copyright Sébastien Lucas // https://github.com/seblucas/cops -/*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true */ +/*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true, loopfunc: true */ /*global LRUCache */ var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;