diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 2 | ||||
-rw-r--r-- | src/js/app.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index a9c24f3..f6693ab 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -452,7 +452,7 @@ #load-screen .radar, #locating .radar { - background: transparent url('../images/radar.svg') no-repeat top center; + background: transparent url('../images/radar.png') no-repeat top center; width: 100%; height: 260px; background-size: 260px 260px; 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(); |