XFFXFF commited on
Commit
fd636a4
1 Parent(s): 372a514

fix: ensure that the search functions properly when it is clicked

Browse files
Files changed (1) hide show
  1. public/templates/search_bar.html +1 -1
public/templates/search_bar.html CHANGED
@@ -5,5 +5,5 @@
5
  value="{{this.pageQuery}}"
6
  placeholder="Type to search"
7
  />
8
- <button type="submit" onclick="search_web()">search</button>
9
  </div>
 
5
  value="{{this.pageQuery}}"
6
  placeholder="Type to search"
7
  />
8
+ <button type="submit" onclick="searchWeb()">search</button>
9
  </div>