summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 82a52e942..254d9af80 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -54,7 +54,7 @@ function dlg_frefresh_callback() {
hframe.src = "backend.php?op=error&msg=No%20feed%20selected.";
}
}
- closeDlg();
+ closeInfoBox();
}
}
@@ -292,7 +292,7 @@ function resetSearch() {
}
function search() {
- closeDlg();
+ closeInfoBox();
viewCurrentFeed(0, "");
}
@@ -494,7 +494,7 @@ function quickMenuGo(opid) {
return;
}
- if (confirm("Remove current feed?")) {
+ if (confirm("Unsubscribe current feed?")) {
qfdDelete(actid);
}