fixed div element reference

This commit is contained in:
tworrall 2013-07-16 10:04:33 -04:00
parent 57c694abee
commit a067f193a3

View file

@ -344,7 +344,7 @@ $(document).ready(function(){
var results = $.parseJSON(xhr.responseText); var results = $.parseJSON(xhr.responseText);
if ( results.length == 0 ) { if ( results.length == 0 ) {
var html = i18nStrings.currentlyNoResearchers; var html = i18nStrings.currentlyNoResearchers;
$('section#home-geo-focus div#timeIndicator span').html(html); $('section#home-geo-focus div#timeIndicatorGeo span').html(html);
$('section#home-geo-focus').css("height","175px"); $('section#home-geo-focus').css("height","175px");
$('section#home-geo-focus div#timeIndicator').css("margin-top","50px"); $('section#home-geo-focus div#timeIndicator').css("margin-top","50px");
$('section#home-geo-focus div#mapGlobal').hide(); $('section#home-geo-focus div#mapGlobal').hide();