diff options
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 () { |