summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js')
-rw-r--r--WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js b/WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js
index 10a1be5..c4c5119 100644
--- a/WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js
+++ b/WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js
@@ -17,7 +17,6 @@ export default class Modal {
modal.className = 'modal';
title.className = 'modal-title';
body.className = 'modal-body';
-
title.textContent = titleString;
modal.appendChild(title);