summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/js/modules/ui
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-06-11 23:38:13 +0200
committerDennis Kobert <d-kobert@web.de>2019-06-11 23:38:13 +0200
commit2fa4a0e50ebfc97059c8b84dbd17e79f9afc8a8d (patch)
treec3b34ccb2737e347a73768536895cbbaab13cc01 /WebInterface/NodeJSServer/src/js/modules/ui
parentec991104f56e90d7bb2878da2fe6ed4e585dfc46 (diff)
parentaf74efccf8d21e6151022b71f3cacd3fa83024ee (diff)
Merge branch 'rework-backend'
Diffstat (limited to 'WebInterface/NodeJSServer/src/js/modules/ui')
-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);