Update index.js
This commit is contained in:
Родитель
ba37a929f5
Коммит
256ceba2b6
|
@ -35,11 +35,11 @@ $(function () {
|
|||
var $reloadReport = $('#reloadReport');
|
||||
$reloadReport.on('click', function (event) {
|
||||
staticReport.reload()
|
||||
.catch(error => { alert(error); });
|
||||
.catch(function(error) { alert(error); });
|
||||
});
|
||||
|
||||
var $printReport = $('#printReport');
|
||||
$printReport.on('click', function (event) {
|
||||
staticReport.print();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче