[Mapbender-commits] r8081 - branches/2.7/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 31 04:11:13 EDT 2011


Author: verenadiewald
Date: 2011-08-31 01:11:13 -0700 (Wed, 31 Aug 2011)
New Revision: 8081

Modified:
   branches/2.7/lib/printbox.js
Log:
div container_printbox has to be removed in function destroy

Modified: branches/2.7/lib/printbox.js
===================================================================
--- branches/2.7/lib/printbox.js	2011-08-31 07:43:18 UTC (rev 8080)
+++ branches/2.7/lib/printbox.js	2011-08-31 08:11:13 UTC (rev 8081)
@@ -629,6 +629,7 @@
 		activeCanvas.clear();
 		passiveCanvas.clear();
 		$("#" + this.id).remove();
+                $("#container_" + this.id).remove();
 	};
 
 	var switchActiveCanvas = function () {



More information about the Mapbender_commits mailing list