1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 04:01:54 +00:00

fix search broken after userDlg -> infoBox transition

This commit is contained in:
Andrew Dolgov
2006-05-18 13:20:51 +01:00
parent c0ae0fdb9a
commit eff4997c1f
4 changed files with 6 additions and 6 deletions

View File

@@ -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);
}