mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
kvm: link to index
This commit is contained in:
@@ -32,6 +32,11 @@ function Ui() {
|
||||
}
|
||||
});
|
||||
|
||||
var el_menu_logo = $("menu-logo");
|
||||
if (el_menu_logo) {
|
||||
el_menu_logo.onclick = () => window.history.back();
|
||||
}
|
||||
|
||||
window.onmouseup = __globalMouseButtonHandler;
|
||||
window.ontouchend = __globalMouseButtonHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user