diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index e9d04d299..91e8cf3d9 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -426,16 +426,16 @@ function dragElement(elmnt) { $(elmnt).css("bottom", "unset"); $(elmnt).css("right", "unset"); - console.log(` - offsetLeft: ${elmnt.offsetLeft}, offsetTop: ${elmnt.offsetTop} - winWidth: ${winWidth}, winHeight: ${winHeight} - sheldWidth: ${sheldWidth} - X: ${elmnt.style.left} - Y: ${elmnt.style.top} - MaxX: ${maxX}, MaxY: ${maxY} - Topbar 1st X: ${((winWidth - sheldWidth) / 2)} - TopBar lastX: ${((winWidth - sheldWidth) / 2) + sheldWidth} - `); + /* console.log(` + offsetLeft: ${elmnt.offsetLeft}, offsetTop: ${elmnt.offsetTop} + winWidth: ${winWidth}, winHeight: ${winHeight} + sheldWidth: ${sheldWidth} + X: ${elmnt.style.left} + Y: ${elmnt.style.top} + MaxX: ${maxX}, MaxY: ${maxY} + Topbar 1st X: ${((winWidth - sheldWidth) / 2)} + TopBar lastX: ${((winWidth - sheldWidth) / 2) + sheldWidth} + `); */