* Remove useless code.

This commit is contained in:
tianshujie
2023-03-10 15:54:53 +08:00
parent c949c811b9
commit ccba4f20cd
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -13,6 +13,5 @@ $(function()
function setHeight()
{
var paneHeight = $(window).height() - 100;
console.log(paneHeight);
$('#sidebar .module-tree,#mainContent .module-content').css('height', paneHeight);
}
-1
View File
@@ -13,6 +13,5 @@ $(function()
function setHeight()
{
var paneHeight = $(window).height() - 100;
console.log(paneHeight);
$('#sidebar .module-tree,#mainContent .module-content').css('height', paneHeight);
}