From 91fc989eea5ee16c2f000064b5c040a6fe6f23b9 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Thu, 16 May 2019 01:10:10 +0200 Subject: Implement tokens --- WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js | 1 - 1 file changed, 1 deletion(-) (limited to 'WebInterface') 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); -- cgit v1.2.3-54-g00ecf