This commit is contained in:
Dan Seripap 2016-01-08 14:00:45 -05:00
parent 9ec7249ce2
commit dbda58f438

View File

@ -222,7 +222,7 @@ $(function() {
socket.on('login', function (data) { socket.on('login', function (data) {
connected = true; connected = true;
// Display the welcome message // Display the welcome message
var message = "Fatty.chat - Anonomous Chat"; var message = "Fatty.chat - Anonymous Chat";
log(message, { log(message, {
prepend: true prepend: true
}); });