diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-12 12:17:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-12 15:18:37 +0100 |
commit | 82e9a55192524f8f30725acb83e2a1c21a19f55f (patch) | |
tree | ccbed736871e7cecc99dc1826658b19d235fe8eb /www/js/app.js | |
parent | c9415aee71d3a6967de6cbb99d453c9a01c20025 (diff) |
if no internet connection then allow the user to create an offline
report with a title, details and a photo
Alter the checking for in progress reports not to require a location
as offline reports might not have one
Also add a holding page for a users reports
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 42916b1..caf7bed 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -38,7 +38,7 @@ var tpl = { (function (FMS, Backbone, _, $) { _.extend(FMS, { templates: [ - 'home', 'around', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' + 'home', 'around', 'offline', 'reports', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' ], initialized: 0, |