summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 20:56:30 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 20:56:30 +0300
commit526389b2d380177490605037fdc3a24ebc688fac (patch)
tree65d79cebf0811e8927efeffac9f1e11b4552a63f /js/tt-rss.js
parent495248dd9783985750591c050d055ac4c2cf1712 (diff)
update notify_* calls to use Notify
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 4eeeed131..481386114 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -478,7 +478,7 @@ const App = {
Utils.helpDialog("main");
};
this.hotkey_actions["toggle_combined_mode"] = function () {
- notify_progress("Loading, please wait...");
+ Notify.progress("Loading, please wait...");
const value = App.isCombinedMode() ? "false" : "true";
@@ -491,7 +491,7 @@ const App = {
})
};
this.hotkey_actions["toggle_cdm_expanded"] = function () {
- notify_progress("Loading, please wait...");
+ Notify.progress("Loading, please wait...");
const value = getInitParam("cdm_expanded") ? "false" : "true";