mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Fixed GCSE URL.
This commit is contained in:
parent
067fd516e5
commit
82a00bb599
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user