[Commits] r160 - sandbox/opengeo/drake/trunk/apps/drake
tcoulter at www.geoext.org
tcoulter at www.geoext.org
Thu Feb 12 20:36:05 CET 2009
Author: tcoulter
Date: 2009-02-12 20:36:05 +0100 (Thu, 12 Feb 2009)
New Revision: 160
Modified:
sandbox/opengeo/drake/trunk/apps/drake/index.html
Log:
Make the window modal, for good measure.
Modified: sandbox/opengeo/drake/trunk/apps/drake/index.html
===================================================================
--- sandbox/opengeo/drake/trunk/apps/drake/index.html 2009-02-12 15:58:31 UTC (rev 159)
+++ sandbox/opengeo/drake/trunk/apps/drake/index.html 2009-02-12 19:36:05 UTC (rev 160)
@@ -105,7 +105,8 @@
GeoExt.RequestMgr.on("requestexception", function(request, url) {
var errorWindow = new GeoExt.ErrorWindow({
request: request,
- url: url
+ url: url,
+ modal: true
});
errorWindow.show();
More information about the Commits
mailing list