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