diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-25 16:20:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-25 16:20:20 +0100 |
commit | c1738e6d5d4bf83221b5b66b23c51536792dc123 (patch) | |
tree | a39bcc9dc75c916433e0549a2fa65755f15a6df7 /www/js | |
parent | b2d786e82a6222575488cb53fa01b9d5483326dc (diff) |
fix around page height before display so the buttons are in the right place
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index 1d4964c..723a9ca 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -42,6 +42,7 @@ $('#login-options').hide(); $('#postcodeForm').hide(); $('#cancel').hide(); + this.fixPageHeight(); }, afterDisplay: function() { |