For now hide the jshint warning. re #125
This commit is contained in:
parent
42eb4c2a70
commit
509b58b456
|
@ -89,6 +89,15 @@ opacity: 0.5;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-include:after {
|
||||||
|
content: "\fa99";
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-exclude:after {
|
||||||
|
content: "\fa9d";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.filter-exclude {
|
.filter-exclude {
|
||||||
border-right:thick solid red;
|
border-right:thick solid red;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
2
util.js
2
util.js
|
@ -2,7 +2,7 @@
|
||||||
// copyright Sébastien Lucas
|
// copyright Sébastien Lucas
|
||||||
// https://github.com/seblucas/cops
|
// 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 */
|
/*global LRUCache */
|
||||||
|
|
||||||
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;
|
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;
|
||||||
|
|
Loading…
Reference in a new issue