diff options
Diffstat (limited to 'www/js/views/reports.js')
-rw-r--r-- | www/js/views/reports.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/reports.js b/www/js/views/reports.js index f5c1cbb..de2b3c3 100644 --- a/www/js/views/reports.js +++ b/www/js/views/reports.js @@ -4,6 +4,7 @@ template: 'reports', id: 'reports', next: 'home', + contentSelector: '#drafts', events: { 'pagehide': 'destroy', |