1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:21:29 +00:00

fix unsubscribeFeed behaving improperly in preferences

This commit is contained in:
Andrew Dolgov
2010-02-15 15:16:53 +03:00
parent 02b289d661
commit 78bcd2c44c
3 changed files with 32 additions and 23 deletions

View File

@@ -1845,7 +1845,7 @@ function removeFilter(id, title) {
return false;
}
function unsubscribeFeed(id, title) {
/*function unsubscribeFeed(id, title) {
try {
@@ -1874,7 +1874,7 @@ function unsubscribeFeed(id, title) {
return false;
}
} */
function feedsEditSave() {
try {