aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/models/report.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-28 15:00:17 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-28 15:00:17 +0100
commite98e97f47b2018d2e49e3b5601b296ffda862353 (patch)
tree6c68b4452ec066f13d7e424c4bdf1310f4dfa06e /www/js/models/report.js
parent0620cb76d958a4cbe708b48651f763ff17b6eddf (diff)
slightly improved reporting error messages
Diffstat (limited to 'www/js/models/report.js')
-rw-r--r--www/js/models/report.js2
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 );
}
} );
}