diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index c44838d6f..0b5a5c009 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3394,7 +3394,7 @@ define([ var tagLink = h('a', { href: '#' }, '#' + tag); $(tagLink).click(function () { if (displayedCategories.indexOf(SEARCH) !== -1) { - displayDirectory([SEARCH, '#' + tag]); + APP.displayDirectory([SEARCH, '#' + tag]); } }); lines.push(h('tr', [