fix eslint
This commit is contained in:
parent
858ae8b11f
commit
be653980f3
|
@ -267,7 +267,7 @@ function initPage() {
|
||||||
})
|
})
|
||||||
.fail(logAjaxFail);
|
.fail(logAjaxFail);
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
// Manage the DELETE button
|
// Manage the DELETE button
|
||||||
document.getElementById("deleteBtn").addEventListener("click", function onDeleteClick(evt) {
|
document.getElementById("deleteBtn").addEventListener("click", function onDeleteClick(evt) {
|
||||||
if ( ! canEdit.Events ) {
|
if ( ! canEdit.Events ) {
|
||||||
|
|
Loading…
Reference in New Issue