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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 31 03:41:09 EDT 2011


Author: verenadiewald
Date: 2011-08-31 00:41:08 -0700 (Wed, 31 Aug 2011)
New Revision: 8079

Modified:
   branches/2.7/http/plugins/mb_print.php
Log:
remove printbox after successful print

Modified: branches/2.7/http/plugins/mb_print.php
===================================================================
--- branches/2.7/http/plugins/mb_print.php	2011-08-28 21:10:36 UTC (rev 8078)
+++ branches/2.7/http/plugins/mb_print.php	2011-08-31 07:41:08 UTC (rev 8079)
@@ -505,7 +505,9 @@
 				window.frames[myId + "_frame"].location.href = 
 					stripslashes(res.outputFileName);
 			}
-			showHideWorking("hide");	
+			showHideWorking("hide");
+                        //remove printbox after successful print
+                        destroyPrintBox();
 		}
 		else {
 			/* something went wrong */



More information about the Mapbender_commits mailing list