aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-25 16:20:20 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-25 16:20:20 +0100
commitc1738e6d5d4bf83221b5b66b23c51536792dc123 (patch)
treea39bcc9dc75c916433e0549a2fa65755f15a6df7 /www/js
parentb2d786e82a6222575488cb53fa01b9d5483326dc (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.js1
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() {