fixed #10624: map template problem with floats

This commit is contained in:
Doug Bell 2009-08-19 22:36:55 +00:00
parent 2621f92471
commit 739541a06a
3 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
- fixed #10774: i18n Asset::Storyarchive tag asset url
- fixed #10657: Story Topic: delete story displays failsafe
- fixed SMS/Email notification handling (Patrick Donelan, SDH Consulting)
- fixed #10624: map template problem with floats
7.7.17
- fixed #10697: Story: Image crowds text

Binary file not shown.

View file

@ -136,6 +136,7 @@ WebGUI.Map.editPointSave
WebGUI.Map.focusOn
= function ( assetId ) {
var marker = WebGUI.Map.markers[assetId];
if ( !marker ) return;
var map = marker.map;
var infoWin = marker.infoWin;
if ( map.getZoom() < 5 ) {