diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-01 11:37:29 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-01 11:37:29 +0000 |
commit | cb43a115cce80e2ec6f1f9466523a30a1fc8377f (patch) | |
tree | efb99de339f773c16c0be9474184785eec0de619 /www/js/app.js | |
parent | 18df1a462e57419854ac66111b931b6f17db7b9e (diff) |
basic routing to submit screen
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 36bf827..cba1707 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' + 'home', 'around', 'photo', 'details', 'submit' ], initialized: 0, |