cleanup work and prep for testing

This commit is contained in:
2023-09-16 15:32:34 +02:00
parent 94ee69642a
commit 4d4bb81099
9 changed files with 47 additions and 40 deletions

View File

@@ -111,7 +111,6 @@
}
} );
document.getElementById( 'subject' ).value = '';
document.getElementById( 'mail' ).value = '';
document.getElementsByClassName( 'ql-editor' )[0].innerHTML = '';
};
</script>