mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
function main () {
|
|
window.onclick = ui.windowClickHandler;
|
|
session.startPoller();
|
|
stream.startPoller();
|
|
}
|