Skip to content

Commit f84519c

Browse files
committed
fix search bar
1 parent 278c6f4 commit f84519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/search_box_scripts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script language="Javascript" type="text/javascript">
77
function my_search_google()
88
{
9-
var query = document.getElementById("my-google-search").value;
9+
var query = document.getElementById("searchbox").value;
1010
window.open("http://google.com/search?q=" + query
1111
+ "%20site:" + "{{ site.url }}");
1212
}

0 commit comments

Comments
 (0)