summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-15 18:55:34 +0300
committerAndrew Dolgov <[email protected]>2020-09-15 18:55:34 +0300
commit77faa5d5237db83056d842aa0993b8d8e44375f4 (patch)
treefe9d7d4d070aabb0bbd56be45425e07f723505c4 /js/CommonDialogs.js
parent3f9390c45f3fb1b50a3f711510a1b04d183e8d70 (diff)
editFeed: only try to reload feed tree in preferences if its actually there
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index ab72b3b9c..c59ef9b25 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -444,7 +444,7 @@ const CommonDialogs = {
Notify.close();
if (App.isPrefs())
- dijit.byId("feedTree").reload();
+ dijit.byId("feedTree") && dijit.byId("feedTree").reload();
else
Feeds.reload();