[Mapbender-commits] r5974 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Apr 19 05:55:32 EDT 2010


Author: christoph
Date: 2010-04-19 05:54:58 -0400 (Mon, 19 Apr 2010)
New Revision: 5974

Modified:
   trunk/mapbender/http/classes/class_element.php
Log:
skip splash screen

Modified: trunk/mapbender/http/classes/class_element.php
===================================================================
--- trunk/mapbender/http/classes/class_element.php	2010-04-19 09:42:49 UTC (rev 5973)
+++ trunk/mapbender/http/classes/class_element.php	2010-04-19 09:54:58 UTC (rev 5974)
@@ -220,9 +220,9 @@
 		    	$openTag .= $this->moreStyles;
 			}
 			$openTag .= "'";
-			if ($this->element !== "body") {
-				$openTag .= " class='hide-during-splash'";
-			}
+//			if ($this->element !== "body") {
+//				$openTag .= " class='hide-during-splash'";
+//			}
 			$openTag .= ">";
 
 			if ($this->element == "body") {



More information about the Mapbender_commits mailing list