mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
refactoring
This commit is contained in:
@@ -7,9 +7,8 @@ function main() {
|
||||
) {
|
||||
$("bad-browser-modal").style.visibility = "visible";
|
||||
} else {
|
||||
var hid = new Hid();
|
||||
var ui = new Ui(hid);
|
||||
new Session(new Atx(), hid, new Msd());
|
||||
var ui = new Ui();
|
||||
new Session(new Atx(), new Hid(), new Msd());
|
||||
new Stream(ui);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user