diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-06 15:39:39 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-06 15:39:39 +0100 |
commit | f4ecda78cfec24ad39293c0fb039623db4df9dcc (patch) | |
tree | a9d58027e21d8071ee4df761fde41877e1a5c35f /src/js/app.js | |
parent | 9b8eb2231a028f1be83b21bd101246b7eb584a74 (diff) | |
parent | e4037f8560dd14c8b99ce35d933c411f0b0bb2b5 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 1 |
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(); |