mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 18:11:29 +00:00
enable search dialog
This commit is contained in:
@@ -241,6 +241,7 @@ function resetSearch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function search() {
|
function search() {
|
||||||
|
closeDlg();
|
||||||
viewCurrentFeed(0, "");
|
viewCurrentFeed(0, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -384,7 +385,7 @@ function quickMenuGo() {
|
|||||||
gotoPreferences();
|
gotoPreferences();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opid == "qmcAdvSearch") {
|
if (opid == "qmcSearch") {
|
||||||
displayDlg("search");
|
displayDlg("search");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -209,6 +209,7 @@
|
|||||||
<td align="right">
|
<td align="right">
|
||||||
Actions: <select id="quickMenuChooser">
|
Actions: <select id="quickMenuChooser">
|
||||||
<option id="qmcPrefs" selected>Preferences...</option>
|
<option id="qmcPrefs" selected>Preferences...</option>
|
||||||
|
<option id="qmcSearch">Search...</option>
|
||||||
<option disabled>--------</option>
|
<option disabled>--------</option>
|
||||||
<option style="color : #5050aa" disabled>Feed actions:</option>
|
<option style="color : #5050aa" disabled>Feed actions:</option>
|
||||||
<option id="qmcAddFeed"> Add new feed...</option>
|
<option id="qmcAddFeed"> Add new feed...</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user