change the site name in the search javascript
Change-Id: I590ffa7918bd480599eddde954a3844e9f4964f5 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
@@ -61,7 +61,7 @@ jQuery(window).resize(function () {
|
|||||||
|
|
||||||
// Show placeholder text in Google Search
|
// Show placeholder text in Google Search
|
||||||
setTimeout( function() {
|
setTimeout( function() {
|
||||||
$(".gsc-input").attr("placeholder", "search docs.openstack.org");
|
$(".gsc-input").attr("placeholder", "search releases.openstack.org");
|
||||||
}, 1000 );
|
}, 1000 );
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user