mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
editFeed: only try to reload feed tree in preferences if its actually there
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user