summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-15 15:16:53 +0300
committerAndrew Dolgov <[email protected]>2010-02-15 15:16:53 +0300
commit78bcd2c44cef66adbd377943f2a45dd9d289a892 (patch)
treef722f02ad69a178a8b533757b3a51c80135b9853 /prefs.js
parent02b289d6611a535b8d498bfbbccd884164e02f24 (diff)
fix unsubscribeFeed behaving improperly in preferences
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 3212d0066..ee53cf27a 100644
--- a/prefs.js
+++ b/prefs.js
@@ -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 {