Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
Search on pressing enter
Browse files Browse the repository at this point in the history
  • Loading branch information
avandeputte authored Jul 30, 2017
1 parent e30a423 commit 24fdb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/style/search.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id='searchheader'>
Enter search criteria: <input type='text' name='searchString' id='searchString'/><button onClick="goSearch()">Search</button>
Enter search criteria: <input type='search' name='searchString' id='searchString' onSearch="goSearch()"/><button onClick="goSearch()">Search</button>
</div>
<div id='search_content'>
<div id='search_box'><!-- dvrui_search_data --></div>
Expand Down

0 comments on commit 24fdb94

Please sign in to comment.