diff options
author | Dennis Kobert <d-kobert@web.de> | 2019-06-11 23:38:13 +0200 |
---|---|---|
committer | Dennis Kobert <d-kobert@web.de> | 2019-06-11 23:38:13 +0200 |
commit | 2fa4a0e50ebfc97059c8b84dbd17e79f9afc8a8d (patch) | |
tree | c3b34ccb2737e347a73768536895cbbaab13cc01 /WebInterface/NodeJSServer/src/js/modules/ui/components/modal/modal.js | |
parent | ec991104f56e90d7bb2878da2fe6ed4e585dfc46 (diff) | |
parent | af74efccf8d21e6151022b71f3cacd3fa83024ee (diff) |
Merge branch 'rework-backend'
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.js | 1 |
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); |