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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user