[Mapbender-commits] r5855 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Mar 29 07:47:08 EDT 2010
Author: verenadiewald
Date: 2010-03-29 07:47:08 -0400 (Mon, 29 Mar 2010)
New Revision: 5855
Modified:
trunk/mapbender/http/plugins/jq_upload.js
Log:
exception has to be: new parent.window.opener.parent.Mb_exception(msg);
Modified: trunk/mapbender/http/plugins/jq_upload.js
===================================================================
--- trunk/mapbender/http/plugins/jq_upload.js 2010-03-29 11:22:30 UTC (rev 5854)
+++ trunk/mapbender/http/plugins/jq_upload.js 2010-03-29 11:47:08 UTC (rev 5855)
@@ -52,7 +52,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