From 74f00fe4eb9b259211ce5d03ef6a6e2f8287659d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:20:40 +0900 Subject: [PATCH] no movingUI console spam. --- public/scripts/RossAscends-mods.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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} + `); */