Marthee commited on
Commit
19d9836
·
verified ·
1 Parent(s): 12da494

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -1
templates/proposed-GUI.html CHANGED
@@ -151,7 +151,7 @@
151
 
152
  <div id ="relvDocdiv">
153
  <label id="relvDocLabel">Other Relevant Documents</label>
154
- <input type="search" onkeydown="handleKey(event, this.id)" id="relevantSearchInput">
155
  <br>
156
  <div id="relvdiv" style="position: relative; max-height: 300px;">
157
  <div id="relvselectid" class="scrollable-container" hidden></div>
 
151
 
152
  <div id ="relvDocdiv">
153
  <label id="relvDocLabel">Other Relevant Documents</label>
154
+ <input type="search" oninput="handleKey(event, this.id)" id="relevantSearchInput">
155
  <br>
156
  <div id="relvdiv" style="position: relative; max-height: 300px;">
157
  <div id="relvselectid" class="scrollable-container" hidden></div>