mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
RGL browser: add GF logo, give full name in page title
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user