summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 22:19:20 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 22:19:20 +0300
commitbc96eac2ac6579bfe7a4d99292c0ada3412dc54c (patch)
tree3c5e857d48ce8b1249fd1ecf7b68a9fa2b5368b8 /js/prefs.js
parent2cd23e344cd46318935ca3eb8bdbe06e277131c2 (diff)
addLabel -> CommonDialogs
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 1541d49d0..67be0b474 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -97,7 +97,7 @@ const App = {
CommonDialogs.quickAddFeed();
return false;
case "create_label":
- addLabel();
+ CommonDialogs.addLabel();
return false;
case "create_filter":
quickAddFilter();