[git commit] repair ML search knob
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Jun 23 20:26:55 UTC 2016
commit: https://git.busybox.net/busybox-website/commit/?id=79043d5878afc39a6a09b3fd4bf1dc06c9f97724
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
lists.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lists.html b/lists.html
index 5e82375..c375d4c 100644
--- a/lists.html
+++ b/lists.html
@@ -30,7 +30,7 @@ list with frequently asked questions...
<center>
<div id="cse" style="width: 100%;">Loading</div>
-<script src="http://www.google.com/jsapi" type="text/javascript"></script>
+<script src="https://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
@@ -39,11 +39,11 @@ list with frequently asked questions...
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var customSearchOptions = new google.search.DrawOptions();
- customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:avgviy5fm6c");
+ customSearchOptions.enableSearchboxOnly("https://google.com/cse?cx=009810735161915413714:avgviy5fm6c");
customSearchControl.draw('cse', customSearchOptions);
}, true);
</script>
-<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
</center>
More information about the busybox-cvs
mailing list