diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-04 13:22:34 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-04 13:44:43 +0000 |
commit | 3debdf0b98056e959a5178797c4e914161ceb12b (patch) | |
tree | 63482a6585e20be88a7b8fb4d1df77c23339d86d /www/js/app.js | |
parent | 8e9607bd3969283bb251444a206d36b53a9d6b03 (diff) |
add in placeholder sent page
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 cba1707..035c0ae 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' + 'home', 'around', 'photo', 'details', 'submit', 'sent' ], initialized: 0, |