From 9066682d322a073921db816a29f1ddf5f5bbba33 Mon Sep 17 00:00:00 2001 From: Fluffy Jenkins Date: Wed, 8 Jan 2020 00:37:00 +0000 Subject: [PATCH] Prevent dragging --- scripts/communityModules/chat/FloofChat.html | 21 +++++++++++++++++--- scripts/communityModules/chat/FloofChat.js | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/scripts/communityModules/chat/FloofChat.html b/scripts/communityModules/chat/FloofChat.html index b9b5540a9e..57fa1cbcdf 100644 --- a/scripts/communityModules/chat/FloofChat.html +++ b/scripts/communityModules/chat/FloofChat.html @@ -1,6 +1,6 @@ - + Title @@ -15,6 +15,14 @@
-
  • Local
  • @@ -183,7 +199,6 @@
    -
diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index f1942a0097..0dc4e6e29d 100644 --- a/scripts/communityModules/chat/FloofChat.js +++ b/scripts/communityModules/chat/FloofChat.js @@ -457,4 +457,4 @@ function shutdown() { } chatBar.close(); chatHistory.close(); -} +} \ No newline at end of file