diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-19 16:46:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-19 16:46:39 +0100 |
commit | 45c346792c4eee303a8c849be6e9950e4933c6e8 (patch) | |
tree | d1916a2fa5d37f0be2b04397f2a25abbde92eec6 /src/js | |
parent | 4419082c3303b9e66653ec3f180f2b71b34fefcf (diff) |
try again goes to around rather than home from offline screen
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/views/offline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/offline.js b/src/js/views/offline.js index 11cb3ce..a98b488 100644 --- a/src/js/views/offline.js +++ b/src/js/views/offline.js @@ -3,7 +3,7 @@ OfflineView: FMS.LocatorView.extend({ template: 'offline', id: 'offline', - prev: 'home', + prev: 'around', next: 'reports', skipLocationCheck: true, |