change the site name in the search javascript

Change-Id: I590ffa7918bd480599eddde954a3844e9f4964f5
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2016-02-08 17:57:22 -05:00
parent 16e529afeb
commit 9128ba1600

View File

@@ -61,7 +61,7 @@ jQuery(window).resize(function () {
// Show placeholder text in Google Search
setTimeout( function() {
$(".gsc-input").attr("placeholder", "search docs.openstack.org");
$(".gsc-input").attr("placeholder", "search releases.openstack.org");
}, 1000 );