Version 3,.2.0

Also rebuilt the docs.
This commit is contained in:
Adam Sawicki 2024-12-30 12:05:45 +01:00
parent f3f5a98ae8
commit 3bab692498
96 changed files with 635 additions and 490 deletions

View file

@ -139,7 +139,9 @@ function initResizable(treeview) {
{
$("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault);
$(".ui-resizable-handle").dblclick(collapseExpand);
// workaround for firefox
$("body").css({overflow: "hidden"});
}
$(window).on('load',resizeHeight);
$(window).on('load',function() { resizeHeight(treeview); });
}
/* @license-end */