Fix tag link in drive

pull/1/head
yflory 5 years ago
parent 0265103cd1
commit ad9a10701d

@ -3389,7 +3389,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) {
APP.Search.$input.val('#' + tag).keyup(); displayDirectory([SEARCH, '#' + tag]);
} }
}); });
lines.push(h('tr', [ lines.push(h('tr', [

Loading…
Cancel
Save