Initial commit for separate menus

This commit is contained in:
Jason White
2014-08-24 06:55:11 -04:00
parent 064c0e8066
commit 8177a6276a
5 changed files with 38 additions and 8 deletions

4
webapp/js/ui-util.js Normal file
View File

@ -0,0 +1,4 @@
$(window).resize(function() {
//$('#leftside-navigation').css('height',$('div.panel-body').height());
console.log($(window).height());
});