[Mapbender-commits] r8003 - branches/2.7/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 26 06:03:31 EDT 2011


Author: astrid_emde
Date: 2011-07-26 03:03:31 -0700 (Tue, 26 Jul 2011)
New Revision: 8003

Modified:
   branches/2.7/http/plugins/mb_print.php
Log:
error message changed and not destroy the  destroyPrintBox();

Modified: branches/2.7/http/plugins/mb_print.php
===================================================================
--- branches/2.7/http/plugins/mb_print.php	2011-07-26 09:30:01 UTC (rev 8002)
+++ branches/2.7/http/plugins/mb_print.php	2011-07-26 10:03:31 UTC (rev 8003)
@@ -269,8 +269,7 @@
                         timeout:        options.timeout ? options.timeout : 90000,
                         error:          function() {
                                 showHideWorking("hide");
-                                alert("Timeout of " + Math.round(options.timeout/1000) + " seconds reached. Print was aborted.");
-                                destroyPrintBox();
+                                alert("An error occured or timeout of " + Math.round(options.timeout/1000) + " seconds reached. Print was aborted.");
                         }
 		};
 		$("#"+myId+"_form").ajaxForm(o);



More information about the Mapbender_commits mailing list