Skip to content

Commit

Permalink
Fix run searches twice
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz committed Jun 3, 2023
1 parent 26e0537 commit e0dd134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
</a>
<table id='rc' cellpadding="0" cellspacing="0"><tr id='rrow'>
<td>
<a id="mnu_search" class="top-menu-item" href="javascript://void();" onclick="theSearchEngines.show(); theSearchEngines.run(); return(false);" onfocus="this.blur()" title="Search">
<a id="mnu_search" class="top-menu-item" href="javascript://void();" onclick="theSearchEngines.show(); return(false);" onfocus="this.blur()" title="Search">
<div id="search" class="top-menu-item"></div>
</a>
</td>
<td>
<input type="text" class="TextboxMid" id="query" onfocus="$('#sc').hide();"/>
</td>
<td>
<a id="mnu_go" href="javascript://void();" onclick="theSearchEngines.run(); return(false);" onfocus="this.blur()" title="Go">
<a id="mnu_go" href="javascript://void();" onclick="theSearchEngines.run(); theSearchEngines.run(); return(false);" onfocus="this.blur()" title="Go">
<div id="go"></div>
</a>
</td>
Expand Down

0 comments on commit e0dd134

Please sign in to comment.