feature:support for conneting horizon
This commit is contained in:
+1
-1
@@ -131,6 +131,6 @@ function initResizable()
|
||||
var _preventDefault = function(evt) { evt.preventDefault(); };
|
||||
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
|
||||
$(".ui-resizable-handle").dblclick(collapseExpand);
|
||||
$(window).load(resizeHeight);
|
||||
$(window).on('load',resizeHeight);
|
||||
}
|
||||
/* @license-end */
|
||||
|
||||
Reference in New Issue
Block a user