jclyo1 commited on
Commit
88dccb5
1 Parent(s): e7a162d
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -361,7 +361,7 @@
361
  );
362
  const verificationOutput = document.getElementById("verification-output");
363
  const certificateList = document.getElementById("certificate-list");
364
- const outputContainer = document.getElementById("output-container");
365
 
366
  var certificates = [];
367
 
 
361
  );
362
  const verificationOutput = document.getElementById("verification-output");
363
  const certificateList = document.getElementById("certificate-list");
364
+ const outputContainer = document.querySelector(".output-container");
365
 
366
  var certificates = [];
367