diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-09 11:13:24 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-09 11:13:24 +0100 |
commit | 890cfcddffd1c70df10bf655d63e7b8fd162d853 (patch) | |
tree | 594caa04a48a0bef5c6e89672d4b7ec646710ca9 /www/js/app.js | |
parent | 3c9714c131708393316dc24f72bec9245902d405 (diff) |
if the user has a saved report then ask them if they want to use that
when they start the app
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 f717da9..e79d7a7 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', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' + 'home', 'around', 'address_search', 'existing', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' ], initialized: 0, |