summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 06:51:15 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 06:51:15 +0300
commitdcfea9baacc41984f683342e6a3e4949243b7324 (patch)
tree090e03f910c85a517a42f5c5506dfea6774f2e21 /js/CommonDialogs.js
parentd57e7eaa98b8669837d6ccb98d6f7d0d739f52e8 (diff)
properly validate feed editor dialog
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 2 insertions, 0 deletions
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...")
});