File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
< input type ="text " id ="search " class ="search-input " tabindex ="-1 " placeholder ="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }} " />
6
6
< div id ="results " class ="results "> </ div >
7
7
{%- when "google" -%}
8
- < form onsubmit ="return executeQuery (); " id ="cse-search-box-form-id ">
8
+ < form onsubmit ="return googleCustomSearchExecute (); " id ="cse-search-box-form-id ">
9
9
< input type ="text " id ="cse-search-input-box-id " class ="search-input " tabindex ="-1 " placeholder ="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }} " />
10
10
</ form >
11
11
< div id ="results " class ="results ">
15
15
< div class ="search-searchbar "> </ div >
16
16
< div class ="search-hits "> </ div >
17
17
{%- endcase -%}
18
- </ div >
18
+ </ div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="page-title" class="page__title">{{ page.title }}</h1>
28
28
< input type ="text " id ="search " class ="search-input " tabindex ="-1 " placeholder ="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }} " />
29
29
< div id ="results " class ="results "> </ div >
30
30
{%- when "google" -%}
31
- < form onsubmit ="return executeQuery (); " id ="cse-search-box-form-id ">
31
+ < form onsubmit ="return googleCustomSearchExecute (); " id ="cse-search-box-form-id ">
32
32
< input type ="text " id ="cse-search-input-box-id " class ="search-input " tabindex ="-1 " placeholder ="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }} " />
33
33
</ form >
34
34
< div id ="results " class ="results ">
@@ -39,4 +39,4 @@ <h1 id="page-title" class="page__title">{{ page.title }}</h1>
39
39
< div class ="search-hits "> </ div >
40
40
{%- endcase -%}
41
41
</ div >
42
- </ div >
42
+ </ div >
You can’t perform that action at this time.
0 commit comments