diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-18 11:50:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-18 11:57:55 +0100 |
commit | a78194a0aa6fab68e82dc035f2f95281a653265f (patch) | |
tree | 6d6f57174b2919ac0031bf1f2363d921e8730cd1 /www/js/app.js | |
parent | 4927e38eb8f108d4e910e691f593bca4992fb28f (diff) |
display a save for later page if between starting the report and
submitting it we have gone offline
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 07be917..a62ec73 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', 'offline', 'reports', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' + 'home', 'around', 'offline', 'save_offline', 'reports', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' ], isOffline: 0, |