1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00
This commit is contained in:
Andrew Dolgov
2020-02-28 12:17:49 +03:00
parent 8645f36c5b
commit 340bb7f392

View File

@@ -409,7 +409,7 @@ define(["dojo/_base/declare"], function (declare) {
return false;
},
editFeeed: function (feed) {
editFeed: function (feed) {
if (feed <= 0)
return alert(__("You can't edit this kind of feed."));