lint compliance

This commit is contained in:
yflory 2020-05-25 17:30:42 +02:00
parent 5441a499ba
commit e17612ad79
1 changed files with 1 additions and 1 deletions

View File

@ -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', [