mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 18:06:13 +01:00
Merge branch 'development' into development-publish
This commit is contained in:
@@ -93,11 +93,12 @@
|
||||
methods: {
|
||||
navResult (url) {
|
||||
window.location = url;
|
||||
},
|
||||
},<script async src="https://cse.google.com/cse.js?cx="></script>
|
||||
<div class="gcse-search"></div>
|
||||
fetchResults (kw, start) {
|
||||
if (!start) { start = 1 }
|
||||
let key = "AIzaSyD4-MGytNzTCZpTH6UYk1mfOxZkt74T5MI";
|
||||
let cx = "004592132197158309932:jleutbge8gs";
|
||||
let key = "AIzaSyCDyOKwSjrgE_tkSbO0kbI8Omc6VZMwqA8";
|
||||
let cx = "000185904715529159933:irgu2wbrygm";
|
||||
let url = "https://www.googleapis.com/customsearch/v1";
|
||||
url = url + "?cx=" + cx + "&key=" + key + "&q=" + encodeURI(kw) + "&start=" + start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user