Added prettier (#661)
* Added prettier * Added prettier * Added prettier
This commit is contained in:
@@ -5,9 +5,9 @@ import { DispCSS } from '../VariablesAndData';
|
||||
|
||||
*/
|
||||
export default function CreateCssArea() {
|
||||
DispCSS = document.createElement('style');
|
||||
DispCSS.type = 'text/css';
|
||||
DispCSS.id = 'CMCSS';
|
||||
DispCSS = document.createElement('style');
|
||||
DispCSS.type = 'text/css';
|
||||
DispCSS.id = 'CMCSS';
|
||||
|
||||
document.head.appendChild(DispCSS);
|
||||
document.head.appendChild(DispCSS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user