1
0
Fork 0
forked from 0x2620/oxjs

more calendar improvements (high zoom levels)

This commit is contained in:
rolux 2011-05-25 19:47:34 +02:00
commit d98c34407d
2 changed files with 7 additions and 21 deletions

View file

@ -202,6 +202,6 @@ Ox.load('UI', {debug: true, hideScreen: true, showScreen: true, theme: 'modern'}
height: window.innerHeight,
width: window.innerWidth,
zoom: 4
}).appendTo(Ox.UI.$body);
}).appendTo(Ox.UI.$body).gainFocus();
});