[Mapbender-commits] r8027 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 28 10:20:49 EDT 2011


Author: astrid_emde
Date: 2011-07-28 07:20:49 -0700 (Thu, 28 Jul 2011)
New Revision: 8027

Modified:
   trunk/mapbender/http/plugins/mb_print.php
Log:
error message from branch and keep printbox

Modified: trunk/mapbender/http/plugins/mb_print.php
===================================================================
--- trunk/mapbender/http/plugins/mb_print.php	2011-07-28 14:17:42 UTC (rev 8026)
+++ trunk/mapbender/http/plugins/mb_print.php	2011-07-28 14:20:49 UTC (rev 8027)
@@ -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