benjamin-paine commited on
Commit
736d849
1 Parent(s): f180665

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -121,7 +121,7 @@ const options = {
121
  };
122
 
123
  /** Main */
124
- document.addEventListener("DOMContentLoaded", () => {
125
  /** DOM elements */
126
  const graphsContainer = document.getElementById("graphs");
127
  const audioContainer = document.getElementById("audio");
 
121
  };
122
 
123
  /** Main */
124
+ document.addEventListener("DOMContentLoaded", async () => {
125
  /** DOM elements */
126
  const graphsContainer = document.getElementById("graphs");
127
  const audioContainer = document.getElementById("audio");