Skip to content

Commit

Permalink
Update document.addEventListener
Browse files Browse the repository at this point in the history
  • Loading branch information
trangrta committed Dec 19, 2024
1 parent 0df97ef commit 0661224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rt-html-abs.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ document.addEventListener('DOMContentLoaded', () => {
const handler = e.target.getAttribute('onclick');
// if (handler) {
// eval(handler.replace('this', 'e.target'));
}
// }
});
});
}) ;
Expand Down

0 comments on commit 0661224

Please sign in to comment.