Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
b35cb86
1
Parent(s):
4ae4e2b
✨ feat: add code to handle the change of the selected value from the safe search menu (#210)
Browse files
public/templates/search.html
CHANGED
@@ -66,6 +66,7 @@
|
|
66 |
</div>
|
67 |
</main>
|
68 |
<script src="static/index.js"></script>
|
|
|
69 |
<script src="static/pagination.js"></script>
|
70 |
<script src="static/error_box.js"></script>
|
71 |
{{>footer}}
|
|
|
66 |
</div>
|
67 |
</main>
|
68 |
<script src="static/index.js"></script>
|
69 |
+
<script src="static/search_area_options.js"></script>
|
70 |
<script src="static/pagination.js"></script>
|
71 |
<script src="static/error_box.js"></script>
|
72 |
{{>footer}}
|