From 8645f36c5b5044764af80d3fe325da6455ca2ed4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 12:16:54 +0300 Subject: filter test dialog: pass contents via xhr POST --- js/CommonDialogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/CommonDialogs.js') 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.")); -- cgit v1.2.3