Update reports.js
Function name missing? Assumed to be correct according to the rest.pull/3594/head
parent
7da1da1e27
commit
ac55a9e0f2
|
@ -162,7 +162,7 @@ function initPage() {
|
|||
window.location.reload(true);
|
||||
});
|
||||
|
||||
document.getElementById("newBtn").addEventListener('click', function (evt) {
|
||||
document.getElementById("newBtn").addEventListener('click', function onNewClick(evt) {
|
||||
evt.preventDefault();
|
||||
window.location = '?view=report';
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue