aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-28 11:07:48 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-28 11:07:48 +0000
commit2ac9ca08ebc95fddb75b39813d7ed85f09bb92f3 (patch)
tree3479e9871324f24c1d09b0bddf2dd7470998b784 /www/js/app.js
parent24fcbd330f20725252a803efaa0631130b965028 (diff)
WIP around page display
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 16efe3a..01c8f03 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -38,7 +38,7 @@ var tpl = {
;(function (FMS, Backbone, _, $) {
_.extend(FMS, {
templates: [
- 'home'
+ 'home', 'around'
],
initialized: 0,