Fix tag link in drive

This commit is contained in:
yflory 2020-05-15 16:14:07 +02:00
parent 0265103cd1
commit ad9a10701d
1 changed files with 1 additions and 1 deletions

View File

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