We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833ceb commit 8629400Copy full SHA for 8629400
templates/html/resize.js
@@ -140,6 +140,6 @@ function initResizable(treeview) {
140
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
141
$(".ui-resizable-handle").dblclick(collapseExpand);
142
}
143
- $(window).on('load',resizeHeight);
+ $(window).on('load',function() { resizeHeight(treeview); });
144
145
/* @license-end */
0 commit comments