updates
Browse files- 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.
|
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 |
|