Merge branch 'develop' of github.com:vivo-project/VIVO into develop

This commit is contained in:
Brian Caruso 2013-07-16 14:41:06 -04:00
commit b155bd7aa3

View file

@ -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();