Skip to content

Commit

Permalink
Fixed typo in js
Browse files Browse the repository at this point in the history
  • Loading branch information
robrighter committed Aug 17, 2010
1 parent 1e92c03 commit 0dec1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(document).ready(function() {
socket.connect();

$('#sender').bind('click', function() {
socket.send("Message Sent on" + new Date());
socket.send("Message Sent on " + new Date());
});

socket.on('message', function(data){
Expand Down

0 comments on commit 0dec1d2

Please sign in to comment.