diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 3d633a378..761a0a087 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -803,7 +803,7 @@ class Pref_Feeds extends Handler_Protected { - + "; } diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 40313d34f..c62e6893e 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -425,7 +425,9 @@ const CommonDialogs = { Feeds.reload(); }); + return true; } + return false; }, content: __("Loading, please wait...") });