enable search dialog
This commit is contained in:
parent
35f0a0b63b
commit
27da8b1ec3
2 changed files with 3 additions and 1 deletions
|
@ -241,6 +241,7 @@ function resetSearch() {
|
|||
}
|
||||
|
||||
function search() {
|
||||
closeDlg();
|
||||
viewCurrentFeed(0, "");
|
||||
}
|
||||
|
||||
|
@ -384,7 +385,7 @@ function quickMenuGo() {
|
|||
gotoPreferences();
|
||||
}
|
||||
|
||||
if (opid == "qmcAdvSearch") {
|
||||
if (opid == "qmcSearch") {
|
||||
displayDlg("search");
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -209,6 +209,7 @@
|
|||
<td align="right">
|
||||
Actions: <select id="quickMenuChooser">
|
||||
<option id="qmcPrefs" selected>Preferences...</option>
|
||||
<option id="qmcSearch">Search...</option>
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>Feed actions:</option>
|
||||
<option id="qmcAddFeed"> Add new feed...</option>
|
||||
|
|
Loading…
Reference in a new issue