mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var ui;
|
||||
|
||||
function main() {
|
||||
if (check_browser()) {
|
||||
if (checkBrowser()) {
|
||||
ui = new Ui();
|
||||
|
||||
tools.setOnClick($("show-about-button"), () => ui.showWindow($("about-window")));
|
||||
|
||||
Reference in New Issue
Block a user