mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-03 11:42:12 +01:00
Fixed double added css files
This commit is contained in:
parent
cd1f761198
commit
0785970628
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
Loading…
Reference in a new issue