summaryrefslogtreecommitdiff
path: root/web/js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-12-02 08:24:01 +0300
committerDevaev Maxim <[email protected]>2018-12-02 08:24:01 +0300
commit9d5481ff04921e73d57ec5602d8cc02fb2d36b9f (patch)
treea29c778bd70486710be8b97c9f80b5a1a3843208 /web/js
parent20e8d0ddd30b6f60cc910b4842f3cbb3680a5a98 (diff)
fixed link to root
Diffstat (limited to 'web/js')
-rw-r--r--web/js/wm.js4
1 files changed, 0 insertions, 4 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;