Skip to content

Commit

Permalink
Follow up on joewalnes#68, same example in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sergeyev committed May 19, 2014
1 parent 6c33982 commit fbda5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ __count.html__:
<script>
// helper function: log message to screen
function log(msg) {
document.getElementById('log').innerText += msg + '\n';
document.getElementById('log').textContent += msg + '\n';
}
// setup websocket with callbacks
Expand Down

0 comments on commit fbda5f2

Please sign in to comment.