aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/reports.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/reports.js')
-rw-r--r--src/js/views/reports.js3
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: {