diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-20 16:46:42 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-21 17:19:40 +0000 |
commit | 73c76ce0aa20f32769a36e08a82e62bd63d6e9f5 (patch) | |
tree | aa24bb18d9b141c961f38954b62f1bb7dca0186f /www/js/app.js | |
parent | 7c28392bc868e2f7c978aee50eea641a62a3b21b (diff) |
simple address search functionality
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 63d38d2..00c178c 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', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' + 'home', 'around', 'address_search', 'photo', 'details', 'submit', 'submit_email', 'submit_name', 'submit_password', 'sent' ], initialized: 0, |