mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45: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();
|
Notify.close();
|
||||||
|
|
||||||
if (App.isPrefs())
|
if (App.isPrefs())
|
||||||
dijit.byId("feedTree").reload();
|
dijit.byId("feedTree") && dijit.byId("feedTree").reload();
|
||||||
else
|
else
|
||||||
Feeds.reload();
|
Feeds.reload();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user