1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

filter test dialog: pass contents via xhr POST

This commit is contained in:
Andrew Dolgov
2020-02-28 12:16:54 +03:00
parent 0eb3f1c3dc
commit 8645f36c5b
4 changed files with 24 additions and 39 deletions

View File

@@ -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."));