[Mapbender-commits] r5873 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Apr 7 11:33:36 EDT 2010
Author: verenadiewald
Date: 2010-04-07 11:33:34 -0400 (Wed, 07 Apr 2010)
New Revision: 5873
Modified:
trunk/mapbender/http/plugins/jq_upload.js
Log:
wrong hierarchy for exception
Modified: trunk/mapbender/http/plugins/jq_upload.js
===================================================================
--- trunk/mapbender/http/plugins/jq_upload.js 2010-04-07 14:56:14 UTC (rev 5872)
+++ trunk/mapbender/http/plugins/jq_upload.js 2010-04-07 15:33:34 UTC (rev 5873)
@@ -71,7 +71,7 @@
msg = "File upload failed, timeout reached (" +
timeout + " ms)";
- new Mb_exception(msg);
+ new parent.window.opener.parent.Mb_exception(msg);
if (typeof options.callback === "function") {
options.callback(null, false, msg);
More information about the Mapbender_commits
mailing list