1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

addLabel -> CommonDialogs

This commit is contained in:
Andrew Dolgov
2018-12-01 22:19:20 +03:00
parent 2cd23e344c
commit bc96eac2ac
3 changed files with 26 additions and 28 deletions

View File

@@ -421,7 +421,7 @@ const App = {
}
};
this.hotkey_actions["create_label"] = function () {
addLabel();
CommonDialogs.addLabel();
};
this.hotkey_actions["create_filter"] = function () {
quickAddFilter();
@@ -480,7 +480,7 @@ const App = {
onActionSelected: function(opid) {
switch (opid) {
case "qmcPrefs":
gotoPreferences();
document.location.href = "prefs.php";
break;
case "qmcLogout":
document.location.href = "backend.php?op=logout";