Skip to content

Commit

Permalink
Chat bug fix
Browse files Browse the repository at this point in the history
Fixed chat entry not posting
  • Loading branch information
CodeMagic committed Feb 17, 2014
1 parent f1f2f82 commit 2bb5e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Integration/card_interface_revised.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</script>

</head>
<body onload = "init();">
<body onload = "init(); setInterval('chat.update()', 1000);">
<link rel = 'stylesheet' type = 'text/css' href = 'interface.css'>
<div id="context_menu">CONTEXT MENU</div>
<div id="container">
Expand Down
2 changes: 0 additions & 2 deletions Integration/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function init(){
card_map [13] = 'K';

network.init_board();

setInterval('chat.update()', 1000);

/*for(var suit = 0; suit < 4; suit++) {
for(var value = 1; value < 14; value++) {
Expand Down

0 comments on commit 2bb5e65

Please sign in to comment.