Skip to content

Commit

Permalink
RE: chat bug fix
Browse files Browse the repository at this point in the history
Added missing scripts to make chat functional
  • Loading branch information
CodeMagic committed Feb 17, 2014
1 parent 2bb5e65 commit 8dd0b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Integration/card_interface_revised.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
}
</script>

<!-- Chat Scripts -->
<script type="text/javascript" src="chat.js"></script>
<script type="text/javascript" src="chat_init.js"></script>

</head>
<body onload = "init(); setInterval('chat.update()', 1000);">
<link rel = 'stylesheet' type = 'text/css' href = 'interface.css'>
Expand Down

0 comments on commit 8dd0b5c

Please sign in to comment.