rename qfdDelete() to unsubscribeFeed()
This commit is contained in:
parent
19ee477b5a
commit
e978f78de5
|
@ -455,7 +455,7 @@ function quickMenuGo(opid) {
|
||||||
var pr = __("Unsubscribe from %s?").replace("%s", fn);
|
var pr = __("Unsubscribe from %s?").replace("%s", fn);
|
||||||
|
|
||||||
if (confirm(pr)) {
|
if (confirm(pr)) {
|
||||||
qfdDelete(actid);
|
unsubscribeFeed(actid);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
@ -510,7 +510,7 @@ function quickMenuGo(opid) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function qfdDelete(feed_id) {
|
function unsubscribeFeed(feed_id) {
|
||||||
|
|
||||||
notify_progress("Removing feed...");
|
notify_progress("Removing feed...");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue