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 @@
-
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