Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-02-22 09:56:39 +01:00
commit 436f1ac4af

View File

@ -304,8 +304,8 @@ var ErrorReport = {
};
TraceKit.report.subscribe(ErrorReport.error_handler);
ErrorReport.set_up_error_reporting();
$(function () {
AJAX.registerOnload('error_report.js', function(){
TraceKit.report.subscribe(ErrorReport.error_handler);
ErrorReport.set_up_error_reporting();
ErrorReport.wrap_global_functions();
});