diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-10 12:53:06 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-10 12:53:06 +0100 |
commit | 31b1df7bb36ff70c82d1d36306b0d62bcffc94c8 (patch) | |
tree | 4ce745e682c68cb92c4dd492c441b784cbe10a81 /www/js | |
parent | 97cb8ed2e686bb3a9dd032c2b5833e645fdcecf1 (diff) |
turn off splash screen fading and add in locating like screens on index
page and home page to minimise the flickering at start up
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/home.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/home.js b/www/js/views/home.js index dd908f0..998af1c 100644 --- a/www/js/views/home.js +++ b/www/js/views/home.js @@ -23,6 +23,7 @@ }, afterDisplay: function() { + $('#load-screen').hide(); if ( FMS.isOffline ) { this.navigate( 'offline' ); } else if ( FMS.currentDraft && ( |