From 1e2d4410d320fcee644add76293f229741a163cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Dec 2018 22:39:29 +0300 Subject: move some more shared stuff to CommonDialogs, Filters, and Utils --- js/prefs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/prefs.js') diff --git a/js/prefs.js b/js/prefs.js index 67be0b474..0d35355d2 100755 --- a/js/prefs.js +++ b/js/prefs.js @@ -82,7 +82,7 @@ const App = { const param = getURLParam('methodparam'); window.setTimeout(function () { - editFeed(param) + CommonDialogs.editFeed(param) }, 100); } }, @@ -100,7 +100,7 @@ const App = { CommonDialogs.addLabel(); return false; case "create_filter": - quickAddFilter(); + Filters.quickAddFilter(); return false; case "help_dialog": Utils.helpDialog("main"); @@ -575,7 +575,7 @@ function editSelectedFeed() { notify(""); - editFeed(rows[0], {}); + CommonDialogs.editFeed(rows[0], {}); } -- cgit v1.2.3