mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
11 lines
268 B
CoffeeScript
11 lines
268 B
CoffeeScript
---
|
|
---
|
|
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
|
|
s = document.getElementsByTagName('script')[0]
|
|
s.parentNode.insertBefore gcse, s
|
|
|