lint compliance

pull/1/head
yflory 5 years ago
parent 5441a499ba
commit e17612ad79

@ -3394,7 +3394,7 @@ define([
var tagLink = h('a', { href: '#' }, '#' + tag); var tagLink = h('a', { href: '#' }, '#' + tag);
$(tagLink).click(function () { $(tagLink).click(function () {
if (displayedCategories.indexOf(SEARCH) !== -1) { if (displayedCategories.indexOf(SEARCH) !== -1) {
displayDirectory([SEARCH, '#' + tag]); APP.displayDirectory([SEARCH, '#' + tag]);
} }
}); });
lines.push(h('tr', [ lines.push(h('tr', [

Loading…
Cancel
Save