Skip to content

Commit

Permalink
my last commit undid a chrome fix. fixing it now
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlesueur committed Jun 29, 2010
1 parent 1b7c03f commit 7363bb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery.heatmap.js
Expand Up @@ -263,8 +263,9 @@ var coordinateMapType = new CoordMapType();
//only call once because It may tried to be called twice
window[callback] = function(){}
//hide the flash
$('#' + callback + '_id').css({'position': 'absolute', 'left' : '-3000px', 'top': '0'})

//$('#' + callback + '_id').css({'position': 'absolute', 'left' : '-3000px', 'top': '0'})
$('#' + callback + '_id').css({'width': '0px', 'height': '0px'})

if (config.map == '') {
if (config.mapOptions == '') {
var latlng = new google.maps.LatLng(33.4483771, -112.0740373);
Expand Down

0 comments on commit 7363bb9

Please sign in to comment.