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