We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2121e4 commit fbafe58Copy full SHA for fbafe58
_includes/search/google-search-scripts.html
@@ -9,7 +9,7 @@
9
s.parentNode.insertBefore(gcse, s);
10
})();
11
12
- function executeQuery() {
+ function googleCustomSearchExecute() {
13
var input = document.getElementById('cse-search-input-box-id');
14
var element = google.search.cse.element.getElement('searchresults-only0');
15
if (input.value == '') {
@@ -23,9 +23,9 @@
23
{% if site.google.instant_search %}
24
$(document).ready(function () {
25
$('input#cse-search-input-box-id').on('keyup', function () {
26
- executeQuery();
+ googleCustomSearchExecute();
27
}
28
);
29
});
30
{% endif %}
31
-</script>
+</script>
0 commit comments