Fixed double added css files

This commit is contained in:
xevidos 2020-08-25 09:57:25 -04:00
parent cd1f761198
commit 0785970628

View file

@ -15,7 +15,7 @@
addThemeCSS: function( file ) { addThemeCSS: function( file ) {
return this.addCSS( `themes/${this.theme}/${file}`, $( 'body,html' ) ); return this.addCSS( `themes/${this.theme}/${file}`, $( 'body' ) );
}, },
}; };
})( this, jQuery ); })( this, jQuery );