summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 13:20:51 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 13:20:51 +0100
commiteff4997c1faa0c9bcdd72ff50a9ba2353b75f743 (patch)
tree511c8a6442314ba3171c8aa81a9b11bc4cad8a9f /tt-rss.js
parentc0ae0fdb9a48395bd839bc5f6a89f345f23436dd (diff)
fix search broken after userDlg -> infoBox transition
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);
}