mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
cleanup code
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ CefSharp.BindObjectAsync(
|
|||||||
var $appDarkStyle = document.createElement('link');
|
var $appDarkStyle = document.createElement('link');
|
||||||
$appDarkStyle.rel = 'stylesheet';
|
$appDarkStyle.rel = 'stylesheet';
|
||||||
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
|
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
|
||||||
document.getElementsByTagName('head')[0].appendChild($appDarkStyle);
|
document.head.appendChild($appDarkStyle);
|
||||||
|
|
||||||
//
|
//
|
||||||
// API
|
// API
|
||||||
|
|||||||
Reference in New Issue
Block a user