Spaces:
Runtime error
Runtime error
fix: ensure that the search functions properly when it is clicked
Browse files
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="
|
9 |
</div>
|
|
|
5 |
value="{{this.pageQuery}}"
|
6 |
placeholder="Type to search"
|
7 |
/>
|
8 |
+
<button type="submit" onclick="searchWeb()">search</button>
|
9 |
</div>
|