summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/js/modules/ui
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-17 21:02:08 +0200
committernatrixaeria <janng@gmx.de>2019-05-17 21:02:08 +0200
commitbc74dde4dd7cf40216de4f0aae9a1b9ddf5e044b (patch)
treec1c7f759645417989f15f9716efbf68a8f1d3a6d /WebInterface/NodeJSServer/src/js/modules/ui
parent921d023a7652be5b1232ac41aeb2646b5f83ceb5 (diff)
parentaad1d69b5e2bb0c82f657f7693462fd95a91fb9f (diff)
Merge branch 'scribble' of https://github.com/TrueDoctor/DiscoBot into scribble
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);