[Mapbender-commits] r6338 -
trunk/mapbender/http/extensions/jquery.layout.all-1.2.0
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 06:06:45 EDT 2010
Author: christoph
Date: 2010-06-18 10:06:45 +0000 (Fri, 18 Jun 2010)
New Revision: 6338
Modified:
trunk/mapbender/http/extensions/jquery.layout.all-1.2.0/jquery.layout.js
Log:
Modified: trunk/mapbender/http/extensions/jquery.layout.all-1.2.0/jquery.layout.js
===================================================================
--- trunk/mapbender/http/extensions/jquery.layout.all-1.2.0/jquery.layout.js 2010-06-18 10:05:38 UTC (rev 6337)
+++ trunk/mapbender/http/extensions/jquery.layout.all-1.2.0/jquery.layout.js 2010-06-18 10:06:45 UTC (rev 6338)
@@ -1934,8 +1934,6 @@
var sizeContent = function (panes) {
if (!panes || panes == "all") panes = c.allPanes;
- console.log("sizeContent");
-
$.each(panes.split(","), function() {
if (!$Cs[this]) return; // NO CONTENT - skip
var
@@ -1946,7 +1944,6 @@
, e_C = $C[0] // DOM element
, height = cssH($P); // init to pane.innerHeight
;
- console.log(pane);
$P.children().each(function() {
if (this == e_C) return; // Content elem - skip
var $E = $(this);
More information about the Mapbender_commits
mailing list