Remove unused proprty

[MAILPOET-3088]
This commit is contained in:
Pavel Dohnal
2020-09-14 09:20:31 +02:00
committed by Veljko V
parent 52953a0b80
commit a32c871405
4 changed files with 0 additions and 5 deletions

View File

@@ -83,8 +83,6 @@ jQuery(($) => {
function showForm(formDiv, showOverlay = false) {
const form = formDiv.find('form');
const background = form.data('background-color');
formDiv.css('background-color', background || 'white');
let delay = form.data('delay');
delay = parseInt(delay, 10);
if (Number.isNaN(delay)) {