Changeset 7141 for extensions/GMaps/js


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

fix js&css bugs with IE8

Location:
extensions/GMaps/js
Files:
2 edited

Legend:

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

    r7139 r7141  
    446446
    447447      $('div.gmapsPopup div.ui-dialog-titlebar')
    448       .append('<a href="" id="gmapsBoundMap" style="display:none;" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.fitBounds(gmaps.bounds); $(this).css(\'display\', \'none\').blur(); return(false);">'+
     448      .append('<a href="#" id="gmapsBoundMap" style="display:none;" onclick="gmaps.maps[gmaps.currentMapLoadIndex].gMap.fitBounds(gmaps.bounds); $(this).css(\'display\', \'none\').blur(); return(false);">'+
    449449              '<span>&there4;</span></a>');
    450450      $('#gmapsBoundMap').attr('title', gmaps.lang.boundmap);
     
    453453      {
    454454        $('div.gmapsPopup div.ui-dialog-titlebar')
    455           .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);">'+
     455          .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);">'+
    456456                  '<span>&sim;</span></a>');
    457457        $('#gmapsBoundKml').attr('title', gmaps.lang.boundkml);
  • 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.