1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Fixed GCSE URL.

This commit is contained in:
Markus Birth 2016-12-19 12:05:15 +01:00
parent 067fd516e5
commit 82a00bb599

View File

@ -4,7 +4,6 @@ cx = '005859900804634181508:3bt_l7jyk2e'
gcse = document.createElement 'script'
gcse.type = 'text/javascript'
gcse.async = true
gcse.src = '//www.google.com/cse/cse.js?cx=' + cx
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx
s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore gcse, s