[Commits] r1075 - apps/opengeo/geoexplorer/branches/0.1.x/lib
commits at geoext.org
commits at geoext.org
Sat Jun 13 06:01:16 CEST 2009
Author: tschaub
Date: 2009-06-13 06:01:16 +0200 (Sat, 13 Jun 2009)
New Revision: 1075
Modified:
apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
Log:
Keep Safari from crashing on measure control use.
Modified: apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js 2009-06-12 23:35:12 UTC (rev 1074)
+++ apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js 2009-06-13 04:01:16 UTC (rev 1075)
@@ -889,7 +889,6 @@
measurepartial: function(event) {
cleanup();
measureToolTip = new Ext.ToolTip({
- target: Ext.getBody(),
html: makeString(event),
title: title,
autoHide: false,
More information about the Commits
mailing list