summaryrefslogtreecommitdiff
path: root/WebInterface
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-16 01:10:10 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-16 01:10:10 +0200
commit91fc989eea5ee16c2f000064b5c040a6fe6f23b9 (patch)
tree2cb29d1bc191cbba9aab216620a4a644b1f6d806 /WebInterface
parent6d988d13f7fc1652e2d041cfd1c4b40dce6a8adb (diff)
Implement tokens
Diffstat (limited to 'WebInterface')
-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);