Fixed bugs with new HelperFunctions

This commit is contained in:
danielyxie
2018-07-10 00:11:18 -05:00
parent 79a489d7a9
commit dcd6292ed2
9 changed files with 112847 additions and 101398 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export function createPopup(id: string, elems: HTMLElement[]) {
const container: HTMLDivElement = createElement("div", {
class: "popup-box-container",
display: "block",
id,
id: id,
}) as HTMLDivElement;
const content: HTMLElement = createElement("div", {
class: "popup-box-content",