Initial commit for separate menus
This commit is contained in:
4
webapp/js/ui-util.js
Normal file
4
webapp/js/ui-util.js
Normal file
@ -0,0 +1,4 @@
|
||||
$(window).resize(function() {
|
||||
//$('#leftside-navigation').css('height',$('div.panel-body').height());
|
||||
console.log($(window).height());
|
||||
});
|
Reference in New Issue
Block a user