🤯 even more cleanup

This commit is contained in:
2020-08-29 16:45:48 +02:00
parent 4a3f443f24
commit 985234134c
3 changed files with 2 additions and 6 deletions

View File

@@ -170,7 +170,6 @@ var mailymailyApp = mailymailyApp || {};
css = css.replace(/mailymaily/g, app.prefix());
styleTag.setAttribute('id', app.prefix('-styles'));
styleTag.setAttribute('type', 'text/css');
if (styleTag.styleSheet) {
// Required for IE8 and below.