Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Removed chat demo from readme and leftover merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
IanHuntress committed Dec 8, 2015
1 parent 4889922 commit a18ebde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
## Check out the new chat functionality!
![alt text](./Screenshot%202015-12-07%2022.17.45.png "chat functionality")

## An intuitive collaborative drawing web based tool.
Collaborative real-time drawing, sketching & painting

Fast, light weight, easy to maintain. Try the [demo] (http://draw.etherpad.org).

Demo
----
[Etherdraw with chat demo](http://anarchistseeksmonarchist.com/whiteboard.html)
----
[Etherdraw Demo site](http://draw.etherpad.org)

Installation
Expand Down
4 changes: 0 additions & 4 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ io.sockets.on('connection', function (socket) {
});

//User sends a chat message
<<<<<<< HEAD
socket.on('chat:message', function(room, uid, message, name){
=======
socket.on('chat:message', function(room, uid, message, name){
>>>>>>> comments on sendchatmessage
draw.chatMessage(room, uid, message, name);
io.sockets.in(room).emit('chat:message', uid, message, name);
});
Expand Down

0 comments on commit a18ebde

Please sign in to comment.