diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-17 13:29:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-17 13:29:50 +0100 |
commit | d998b9f615bc1cb57c46f14ebb248c6dc7566bac (patch) | |
tree | 3109ff506ea30bb33d40863b874a61346866fdd8 /src/js/views/reports.js | |
parent | 03c8d247f08c1068aadd5e9cac8f58d0b8d342fa (diff) |
return to the map screen and not the home screen from account and drafts
Diffstat (limited to 'src/js/views/reports.js')
-rw-r--r-- | src/js/views/reports.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/views/reports.js b/src/js/views/reports.js index 4690fb2..026ffbe 100644 --- a/src/js/views/reports.js +++ b/src/js/views/reports.js @@ -3,7 +3,8 @@ ReportsView: FMS.FMSView.extend({ template: 'reports', id: 'reports', - next: 'home', + next: 'around', + prev: 'around', contentSelector: '#drafts', events: { |