From 10a4d39c7e4c78abbdb12fe52ca926b4e1406b00 Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 17 Mar 2023 17:39:48 +0900 Subject: [PATCH] removed a few comments --- public/scripts/RossAscends-mods.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 1918d0b2b..6d2bdf70b 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -275,9 +275,6 @@ $("document").ready(function () { }); //Regenerate if user swipes on the last mesage in chat - //TODO: - //1. Make it detect if the last message is from user, and ignore swipes then... - //2. find a way to make the chat slide down smoothly when the last mes div gets .remove()-d document.addEventListener('swiped-left', function(e) { var SwipeButR = $('.swipe_right:last');