Skip to content

Commit 0b7dece

Browse files
committed
New search engine refs for site
Signed-off-by: Mick <[email protected]>
1 parent 4d77ae3 commit 0b7dece

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/search-bar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<div class="unit align-left center-on-mobiles">
44
<p>
55
<div class="top-search">
6-
<form method="get" id="searchform" id="searchbox_013132401186084955638:czl2np7sy8k" action="http://machinekit.io/search-result.html">
6+
<form method="get" id="searchform" id="searchbox_013132401186084955638:hpvljajpulu" action="http://machinekit.io/search-result.html">
77
<div>
8-
<input value="013132401186084955638:czl2np7sy8k" name="cx" type="hidden"/>
8+
<input value="013132401186084955638:hpvljajpulu" name="cx" type="hidden"/>
99
<input value="FORID:11" name="cof" type="hidden"/>
1010
Search:<BR>
1111
<input type="text" value="" name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ <h2>Things.</h2>
4646
<td bgcolor="#FFFFFF" style="width:40%;"></td>
4747
<td bgcolor="#FFFFFF" style="width:30%;">
4848
<div class="top-search">
49-
<form method="get" id="searchform" id="searchbox_013132401186084955638:czl2np7sy8k" action="search-result.html">
49+
<form method="get" id="searchform" id="searchbox_013132401186084955638:hpvljajpulu" action="search-result.html">
5050
<div>
51-
<input value="013132401186084955638:czl2np7sy8k" name="cx" type="hidden"/>
51+
<input value="013132401186084955638:hpvljajpulu" name="cx" type="hidden"/>
5252
<input value="FORID:11" name="cof" type="hidden"/>
5353
Search:<BR>
5454
<input type="text" value="" name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />

search-result.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
var googleAnalyticsOptions = {};
3232
googleAnalyticsOptions['queryParameter'] = 's';
3333
googleAnalyticsOptions['categoryParameter'] = '';
34-
customSearchOptions['googleAnalyticsOptions'] = googleAnalyticsOptions; var customSearchControl = new google.search.CustomSearchControl('013132401186084955638:czl2np7sy8k', customSearchOptions);
34+
customSearchOptions['googleAnalyticsOptions'] = googleAnalyticsOptions; var customSearchControl = new google.search.CustomSearchControl('013132401186084955638:hpvljajpulu', customSearchOptions);
3535
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
3636
var options = new google.search.DrawOptions();
3737
options.setAutoComplete(true);

0 commit comments

Comments
 (0)