From e17612ad79e870e1172058cac5717d68e16878c0 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 May 2020 17:30:42 +0200 Subject: [PATCH] lint compliance --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', [