Skip to content

Commit

Permalink
Update usertables.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent a7fda94 commit 4ca478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/usertables.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ console.log("usertables.js loaded")


//--------------------------------------------------admin
document.addEventListener("DOMContentLoaded", function () {
document.addEventListener("DOMContentLoaded", await function () {
const extendableTable = document.querySelector(".extendable-table");
const extendedTable = document.querySelector(".extended-table");

Expand Down

0 comments on commit 4ca478b

Please sign in to comment.