[git commit] repair ML search knob
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Sun Jul 12 13:22:47 UTC 2020
commit: https://git.uclibc.org/uClibc-website/commit/?id=39fee09cabe8f0af633e1863ed3c91f492d69d9b
branch: https://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
lists.html | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/lists.html b/lists.html
index b6167e3..edf72f4 100644
--- a/lists.html
+++ b/lists.html
@@ -34,20 +34,9 @@ you need may very well be listed there.
</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:goa8ot4arow');
- customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- var customSearchOptions = new google.search.DrawOptions();
- customSearchOptions.enableSearchboxOnly("https://google.com/cse?cx=009810735161915413714:goa8ot4arow");
- 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 uClibc-cvs
mailing list