aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-28 17:44:36 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-28 17:44:36 +0000
commit84da199efaa3b731c778aefa1fec132e1e6ca52f (patch)
tree234d2a108cbb1f8cad5fd2386c0171766e6fc7b5 /www/js/app.js
parentddcd2079efe426a2af4ce439f3710f5bdd328e6e (diff)
add in details screen
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
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,