share/views/public/js/app.js in rbbt-rest-1.8.43 vs share/views/public/js/app.js in rbbt-rest-1.8.44

- old
+ new

@@ -1,6 +1,6 @@ function fit_content(){ - var height = window.innerHeight - $('footer').outerHeight(true); + var height = window.innerHeight //- $('#footer').outerHeight(true); var top_offset = $('#content').get()[0].offsetTop $('#content').css('min-height', height - top_offset - 48) $('#top_menu dl.rbbt_menu').css('max-height', height - 100) }