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/existing.js | |
parent | 03d07e24f1c694dbcd0ec31bd1848492b7908e06 (diff) |
make locating screen cover whole page
Diffstat (limited to 'www/js/views/existing.js')
-rw-r--r-- | www/js/views/existing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/existing.js b/www/js/views/existing.js index 00dd055..7487419 100644 --- a/www/js/views/existing.js +++ b/www/js/views/existing.js @@ -6,6 +6,7 @@ events: { 'pagehide': 'destroy', + 'pagebeforeshow': 'beforeDisplay', 'pageshow': 'afterDisplay', 'click #use_report': 'useReport', 'click #save_report': 'saveReport', |