Skip to content

Commit

Permalink
Ignore intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Verhoeff committed Jan 6, 2014
1 parent f0ae1cf commit c0caf9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
.idea/
node_modules/
*.log
*.iml
*.ipr
*.iws
3 changes: 1 addition & 2 deletions public/chat.js
@@ -1,8 +1,7 @@
window.onload = function() {

var port = 3000;
var messages = [];
var socket = io.connect('http://localhost:' + port);
var socket = io.connect();
var name = document.getElementById("name");
var field = document.getElementById("field");
var content = document.getElementById("content");
Expand Down

0 comments on commit c0caf9c

Please sign in to comment.