diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 20:31:55 +0200 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-05-14 20:31:55 +0200 |
commit | cfbc02fc1e56cc33c46c872d7240739da6d1d69d (patch) | |
tree | 77de8d321672091720c5f44684398d11f35fc60a /bootstrap2/templates/search_sidebar.html | |
parent | 62ed413cf87127449d420930b94873ef8536dca9 (diff) | |
parent | be14c8700ee575d94b0d8e606d18357e0436baa7 (diff) | |
download | pelican-themes-cfbc02fc1e56cc33c46c872d7240739da6d1d69d.tar.gz |
merge steph changes on bootstrap2
Diffstat (limited to 'bootstrap2/templates/search_sidebar.html')
-rw-r--r-- | bootstrap2/templates/search_sidebar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap2/templates/search_sidebar.html b/bootstrap2/templates/search_sidebar.html index 00c81e3..24fdaad 100644 --- a/bootstrap2/templates/search_sidebar.html +++ b/bootstrap2/templates/search_sidebar.html @@ -2,7 +2,7 @@ <li class="nav-header"><h4><i class="icon-search"></i>Google Search</h4></li> <div id="cse" style="width: 100%;">Loading</div> <script src="http://www.google.com/jsapi" type="text/javascript"></script> -<script type="text/javascript"> +<script type="text/javascript"> google.load('search', '1'); google.setOnLoadCallback(function() { var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( @@ -12,4 +12,4 @@ }, true); </script> <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> -{% endif %}
\ No newline at end of file +{% endif %} |