[git commit] repair ML search knob
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Sun Jul 12 13:19:05 UTC 2020
commit: https://git.busybox.net/busybox-website/commit/?id=b8512600d21ae119fce9ada4ae44ab1bb6bec69d
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 | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/lists.html b/lists.html
index c375d4c..17cdc62 100644
--- a/lists.html
+++ b/lists.html
@@ -29,21 +29,9 @@ list with frequently asked questions...
<p>
<center>
-<div id="cse" style="width: 100%;">Loading</div>
-<script src="https://www.google.com/jsapi" type="text/javascript"></script>
-<script type="text/javascript">
- google.load('search', '1', {language : 'en'});
- google.setOnLoadCallback(function() {
- var customSearchControl = new google.search.CustomSearchControl(
- '009810735161915413714:avgviy5fm6c');
-
- customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- var customSearchOptions = new google.search.DrawOptions();
- customSearchOptions.enableSearchboxOnly("https://google.com/cse?cx=009810735161915413714:avgviy5fm6c");
- customSearchControl.draw('cse', customSearchOptions);
- }, true);
-</script>
+<script async src="https://cse.google.com/cse.js?cx=009810735161915413714:avgviy5fm6c" type="text/javascript"></script>
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
+<div class="gcse-searchbox-only" id="cse" style="width: 100%;" data-newWindow="true">Loading</div>
</center>
More information about the busybox-cvs
mailing list