aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-03-01 10:52:55 +0000
committerStruan Donald <struan@exo.org.uk>2013-03-01 10:52:55 +0000
commit18df1a462e57419854ac66111b931b6f17db7b9e (patch)
tree823ae65d756bb9ca166a502607d8e3d27f0f1edd /www/js/app.js
parentd9ac9c1ac9dd8c491a40ae403d80e8cc5d5c78ba (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.js2
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 () {