fix eslint

This commit is contained in:
Isaac Connor 2021-03-21 18:17:10 -04:00
parent 858ae8b11f
commit be653980f3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {