summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-26 07:28:29 +0100
committerAndrew Dolgov <[email protected]>2007-08-26 07:28:29 +0100
commite978f78de5bd2f14c899970111e5d0320d424722 (patch)
tree99516641d31d6eb4a31fc694f4ebf3ddc7616c63 /tt-rss.js
parent19ee477b5a9c8cb786e50879ba217bc01d824d0e (diff)
rename qfdDelete() to unsubscribeFeed()
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 40ab1b720..495b8631c 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -455,7 +455,7 @@ function quickMenuGo(opid) {
var pr = __("Unsubscribe from %s?").replace("%s", fn);
if (confirm(pr)) {
- qfdDelete(actid);
+ unsubscribeFeed(actid);
}
return;
@@ -510,7 +510,7 @@ function quickMenuGo(opid) {
}
}
-function qfdDelete(feed_id) {
+function unsubscribeFeed(feed_id) {
notify_progress("Removing feed...");