Skip to content

Commit c35851e

Browse files
idodeclareVladimir Kotal
authored andcommitted
Fix to restore "submit" type
1 parent ce2ab33 commit c35851e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

opengrok-web/src/main/webapp/menu.jspf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<%--
2-
$Id$
3-
42
CDDL HEADER START
53

64
The contents of this file are subject to the terms of the
@@ -231,7 +229,7 @@ document.domReady.push(function() { domReadyMenu(); });
231229
</table>
232230
<div id="form-controls">
233231
<input tabindex="9" class="submit btn" onclick="$('#xrd').val(''); $('#sbox').submit()"
234-
type="button" value="Search"/>
232+
type="submit" value="Search"/>
235233
<input tabindex="10" class="submit btn" onclick="javascript: clearSearchFrom();"
236234
type="button" value="Clear"/>
237235
<input tabindex="11" class="submit btn" onclick="window.open('help.jsp', '_blank');"

opengrok-web/src/main/webapp/search.jsp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<%--
2-
$Id$
3-
42
CDDL HEADER START
53
64
The contents of this file are subject to the terms of the

0 commit comments

Comments
 (0)