diff options
-rwxr-xr-x | tbc/templates/base.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index ca7bfc0..acd9341 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -279,16 +279,16 @@ <h3 style='float: left;margin-left: 50px; display: inline-block;'>Recent Submissions</h3> <div style="float:right; margin-right: 50px; width: 400px;"> <script> - (function() { - var cx = '005232764670660293566:hel7xfbbpf0'; - var gcse = document.createElement('script'); - gcse.type = 'text/javascript'; - gcse.async = true; - gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + - '//www.google.com/cse/cse.js?cx=' + cx; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(gcse, s); - })(); + (function() { + var cx = '001620609421546248003:nyipppxclkw'; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + + '//www.google.com/cse/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); </script> <gcse:search></gcse:search> </div> |