diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:44:36 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:44:36 +0000 |
commit | 84da199efaa3b731c778aefa1fec132e1e6ca52f (patch) | |
tree | 234d2a108cbb1f8cad5fd2386c0171766e6fc7b5 /www/js/app.js | |
parent | ddcd2079efe426a2af4ce439f3710f5bdd328e6e (diff) |
add in details 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 94ed26a..5595a08 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' + 'home', 'around', 'photo', 'details' ], initialized: 0, |