diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 11:07:48 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 11:07:48 +0000 |
commit | 2ac9ca08ebc95fddb75b39813d7ed85f09bb92f3 (patch) | |
tree | 3479e9871324f24c1d09b0bddf2dd7470998b784 /www/js/app.js | |
parent | 24fcbd330f20725252a803efaa0631130b965028 (diff) |
WIP around page display
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 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, |