diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 2cc55b128..dd8630baa 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -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', [