Changeset 7141 for extensions/GMaps/js
- Timestamp:
- Oct 9, 2010, 11:20:14 PM (14 years ago)
- Location:
- extensions/GMaps/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GMaps/js/gmapsCategory.js
r7139 r7141 446 446 447 447 $('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);">'+ 449 449 '<span>∴</span></a>'); 450 450 $('#gmapsBoundMap').attr('title', gmaps.lang.boundmap); … … 453 453 { 454 454 $('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);">'+ 456 456 '<span>∼</span></a>'); 457 457 $('#gmapsBoundKml').attr('title', gmaps.lang.boundkml); -
extensions/GMaps/js/gmapsPicture.js
r7139 r7141 194 194 195 195 $('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);">'+ 197 197 '<span>•</span></a>'); 198 198 $('#gmapsCenterMap').attr('title', gmaps.lang.centermap); … … 201 201 { 202 202 $('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);">'+ 204 204 '<span>∼</span></a>'); 205 205 $('#gmapsBoundKml').attr('title', gmaps.lang.boundkml);
Note: See TracChangeset
for help on using the changeset viewer.