Skip to content

Commit

Permalink
removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed May 20, 2011
1 parent a9fe559 commit 49b6e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.js
Expand Up @@ -154,7 +154,7 @@ var readout2 = $('#readout2');
var playTimer; // stores event loop timer
var displayText;
var validateTimeout;
var testMode = true;
var testMode = false;

///////////////////////////
// GAME LOGIC
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -95,8 +95,8 @@ <h1 id="alert"></h1>
<div id="player1"></div>
<div id="player2"></div>
</div>
<div id="xball">X
<div id="ball">Y</div>
<div id="xball">&nbsp;
<div id="ball">&nbsp;</div>
</div>

<div id="scores">
Expand Down

0 comments on commit 49b6e09

Please sign in to comment.