From a067f193a3a7236a4c8e9082ccdb2465c3d25154 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 16 Jul 2013 10:04:33 -0400 Subject: [PATCH] fixed div element reference --- productMods/js/homePageMaps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/js/homePageMaps.js b/productMods/js/homePageMaps.js index 04b4956a..01cb4058 100644 --- a/productMods/js/homePageMaps.js +++ b/productMods/js/homePageMaps.js @@ -344,7 +344,7 @@ $(document).ready(function(){ var results = $.parseJSON(xhr.responseText); if ( results.length == 0 ) { 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 div#timeIndicator').css("margin-top","50px"); $('section#home-geo-focus div#mapGlobal').hide();