mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fixed browser detection, loading css from js
This commit is contained in:
@@ -31,7 +31,7 @@ import {wm, initWindowManager} from "../wm.js";
|
||||
export function main() {
|
||||
initWindowManager();
|
||||
|
||||
if (checkBrowser()) {
|
||||
if (checkBrowser(null, null)) {
|
||||
__setAppText();
|
||||
__loadKvmdInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user