editFeed: only try to reload feed tree in preferences if its actually there

master release-2020-09-15-23-57
Andrew Dolgov 5 years ago
parent 3f9390c45f
commit 77faa5d523

@ -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();

Loading…
Cancel
Save