diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:01:10 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:01:10 +0000 |
commit | e481a7fd383e041cd6be4f262a4dcc40b3e5a744 (patch) | |
tree | 6abd5f1866a3b9b48ed18ed45c21e44cc05c5247 /www/js/app.js | |
parent | df7de48f2eb5c4c6699273392296f87af628ea51 (diff) |
add in photo page and navigation to page
also used jquery mobile pageshow/hide events instead of our own
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 01c8f03..94ed26a 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' + 'home', 'around', 'photo' ], initialized: 0, |