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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js
index e8b2b21..6f723ba 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -143,6 +143,9 @@ var tpl = {
return this;
}
FMS.initialized = 1;
+ if ( navigator && navigator.splashscreen ) {
+ navigator.splashscreen.hide();
+ }
tpl.loadTemplates( FMS.templates, function() {
if ( typeof device !== 'undefined' && device.platform === 'Android' ) {