mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 20:31:28 +00:00
rename qfdDelete() to unsubscribeFeed()
This commit is contained in:
@@ -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...");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user