aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/app.js')
-rw-r--r--src/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js
index 6298dab..69edd89 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -144,6 +144,7 @@ var tpl = {
if ( this.initialized == 1 ) {
return this;
}
+ $('#load-screen').height( $(window).height() );
FMS.initialized = 1;
if ( navigator && navigator.splashscreen ) {
navigator.splashscreen.hide();