diff --git a/app/scripts/search.js b/app/scripts/search.js index 97cd169..d214308 100644 --- a/app/scripts/search.js +++ b/app/scripts/search.js @@ -31,7 +31,7 @@ var cx = '008007135417019367495:caxgodc2wem'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; - gcse.src = (document.location.protocol == 'https' ? 'https:' : 'http:') + + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);