Skip to content

Commit 8629400

Browse files
committed
issue #11000 Cannot read properties of undefined (reading 'css') (resize.js:64)
1 parent f833ceb commit 8629400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ function initResizable(treeview) {
140140
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
141141
$(".ui-resizable-handle").dblclick(collapseExpand);
142142
}
143-
$(window).on('load',resizeHeight);
143+
$(window).on('load',function() { resizeHeight(treeview); });
144144
}
145145
/* @license-end */

0 commit comments

Comments
 (0)