Files
WebGoat/webapp/js/ui-util.js
2014-08-24 07:10:44 -04:00

4 lines
146 B
JavaScript

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