* Remove useless code.
This commit is contained in:
@@ -13,6 +13,5 @@ $(function()
|
||||
function setHeight()
|
||||
{
|
||||
var paneHeight = $(window).height() - 100;
|
||||
console.log(paneHeight);
|
||||
$('#sidebar .module-tree,#mainContent .module-content').css('height', paneHeight);
|
||||
}
|
||||
|
||||
@@ -13,6 +13,5 @@ $(function()
|
||||
function setHeight()
|
||||
{
|
||||
var paneHeight = $(window).height() - 100;
|
||||
console.log(paneHeight);
|
||||
$('#sidebar .module-tree,#mainContent .module-content').css('height', paneHeight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user