fixed unclickable links

This commit is contained in:
Devaev Maxim 2018-11-09 13:39:15 +03:00
parent d97b6639e0
commit d18c82da48

View File

@ -283,7 +283,7 @@ function Ui() {
} }
el_window.setAttribute("data-centered", ""); el_window.setAttribute("data-centered", "");
tools.setOnClick(el_window, () => __raiseWindow(el_window)); el_window.onclick = el_window.ontouchend = () => __raiseWindow(el_window);
el_grab.onmousedown = startMoving; el_grab.onmousedown = startMoving;
el_grab.ontouchstart = startMoving; el_grab.ontouchstart = startMoving;