diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-28 15:00:17 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-28 15:00:17 +0100 |
commit | e98e97f47b2018d2e49e3b5601b296ffda862353 (patch) | |
tree | 6c68b4452ec066f13d7e424c4bdf1310f4dfa06e /www/js/models/report.js | |
parent | 0620cb76d958a4cbe708b48651f763ff17b6eddf (diff) |
slightly improved reporting error messages
Diffstat (limited to 'www/js/models/report.js')
-rw-r--r-- | www/js/models/report.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/models/report.js b/www/js/models/report.js index 9ddcc66..85d6e93 100644 --- a/www/js/models/report.js +++ b/www/js/models/report.js @@ -141,7 +141,7 @@ }, error: function (data, status, errorThrown ) { console.log(FMS.strings.report_send_error); - options.error( data ); + options.error( data, status, errorThrown ); } } ); } |