[Mapbender-commits] r6333 -
trunk/mapbender/http/extensions/jquery.layout.all-1.2.0
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 05:39:25 EDT 2010
Author: christoph
Date: 2010-06-18 09:39:25 +0000 (Fri, 18 Jun 2010)
New Revision: 6333
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 09:22:45 UTC (rev 6332)
+++ trunk/mapbender/http/extensions/jquery.layout.all-1.2.0/jquery.layout.js 2010-06-18 09:39:25 UTC (rev 6333)
@@ -1918,7 +1918,6 @@
if (!onInit) {
sizeContent(pane);
execUserCallback(pane, o.onresize_end || o.onresize);
- console.log("sizeContent " + pane);
}
}
else if (!s.noRoom) { // no room for pane, so just hide it (if not already)
@@ -1947,6 +1946,7 @@
, 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