diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-01 10:52:55 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-01 10:52:55 +0000 |
commit | 18df1a462e57419854ac66111b931b6f17db7b9e (patch) | |
tree | 823ae65d756bb9ca166a502607d8e3d27f0f1edd /www/js/app.js | |
parent | d9ac9c1ac9dd8c491a40ae403d80e8cc5d5c78ba (diff) |
add report model and use it to store and fetch categories for details template
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 5595a08..36bf827 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -45,6 +45,8 @@ var tpl = { currentUser: null, currentLocation: null, + currentReport: new FMS.Report(), + reportToView: null, initialize: function () { |