aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/app.js
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-08-06 15:39:39 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-08-06 15:39:39 +0100
commitf4ecda78cfec24ad39293c0fb039623db4df9dcc (patch)
treea9d58027e21d8071ee4df761fde41877e1a5c35f /src/js/app.js
parent9b8eb2231a028f1be83b21bd101246b7eb584a74 (diff)
parente4037f8560dd14c8b99ce35d933c411f0b0bb2b5 (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.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();