RGL browser: add GF logo, give full name in page title

This commit is contained in:
john.j.camilleri
2013-04-03 07:02:53 +00:00
parent 56a299df79
commit 8fbfe494dc
3 changed files with 8 additions and 3 deletions

View File

@@ -397,7 +397,7 @@ $(document).ready(function() {
});
var recalculateHeights = function() {
var x = 40; // just found empirically
var x = 55; // just found empirically
$('body').height( $(window).height()-x);
$('.maxheight').each(function(){
var obj = $(this);