diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/js/wm.js | 4 | ||||
-rw-r--r-- | web/kvm/index.html | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/web/js/wm.js b/web/js/wm.js index e4f0a042..c292ece7 100644 --- a/web/js/wm.js +++ b/web/js/wm.js @@ -34,10 +34,6 @@ function WindowManager() { } }); - if ($("menu-logo")) { - tools.setOnClick($("menu-logo"), () => window.history.back()); - } - window.onmouseup = __globalMouseButtonHandler; window.ontouchend = __globalMouseButtonHandler; diff --git a/web/kvm/index.html b/web/kvm/index.html index d8807e03..8cc66513 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -45,7 +45,7 @@ <body class="body-no-select"> <ul id="menu"> <li class="menu-left-items"> - <a id="menu-logo" href="#"> + <a id="menu-logo" href="/"> ↩ <img class="svg-gray" src="../svg/logo.svg" alt="π-kvm" /> </a> |