diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-23 18:24:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-23 18:24:55 +0100 |
commit | 2d4cdd1b7ab3f7a8654e6300c5804e2a7f5de80f (patch) | |
tree | 4ba0ab420ea0c3cd15787781ae59889d531c2518 /www/js/views/around.js | |
parent | 03d07e24f1c694dbcd0ec31bd1848492b7908e06 (diff) |
make locating screen cover whole page
Diffstat (limited to 'www/js/views/around.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 a7bce6b..995c6e3 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -35,6 +35,7 @@ beforeDisplay: function() { $('#cancel').hide(); + this.fixPageHeight(); }, afterDisplay: function() { |