Ignore:
Timestamp:
Oct 9, 2010, 11:20:14 PM (14 years ago)
Author:
grum
Message:

fix js&css bugs with IE8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/js/gmapsPicture.js

    r7139 r7141  
    194194
    195195      $('div.gmapsPopup div.ui-dialog-titlebar')
    196       .append('<a href="" id="gmapsCenterMap" style="display:none;" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.setCenter(gmaps.maps[gmaps.currentMapLoadIndex].gMapCenter); $(this).css(\'display\', \'none\').blur(); return(false);">'+
     196      .append('<a href="#" id="gmapsCenterMap" style="display:none;" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.setCenter(gmaps.maps[gmaps.currentMapLoadIndex].gMapCenter); $(this).css(\'display\', \'none\').blur(); return(false);">'+
    197197              '<span>&bull;</span></a>');
    198198      $('#gmapsCenterMap').attr('title', gmaps.lang.centermap);
     
    201201      {
    202202        $('div.gmapsPopup div.ui-dialog-titlebar')
    203           .append('<a href="" id="gmapsBoundKml" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.fitBounds(gmaps.maps[gmaps.currentMapLoadIndex].gMap.kmlFile.getDefaultViewport()); $(this).css(\'display\', \'none\').blur(); return(false);">'+
     203          .append('<a href="#" id="gmapsBoundKml" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.fitBounds(gmaps.maps[gmaps.currentMapLoadIndex].gMap.kmlFile.getDefaultViewport()); $(this).css(\'display\', \'none\').blur(); return(false);">'+
    204204                  '<span>&sim;</span></a>');
    205205        $('#gmapsBoundKml').attr('title', gmaps.lang.boundkml);
Note: See TracChangeset for help on using the changeset viewer.