summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 12:16:54 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 12:16:54 +0300
commit8645f36c5b5044764af80d3fe325da6455ca2ed4 (patch)
tree95dfc295fa19736795320fbed3ae4052d7994d8c /js/CommonDialogs.js
parent0eb3f1c3dc6ec0c8de27cbed61146b67df010fe8 (diff)
filter test dialog: pass contents via xhr POST
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index c6d476de0..6e88e93a5 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -409,7 +409,7 @@ define(["dojo/_base/declare"], function (declare) {
return false;
},
- editFeed: function (feed) {
+ editFeeed: function (feed) {
if (feed <= 0)
return alert(__("You can't edit this kind of feed."));