Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RayMorgan committed Oct 24, 2010
1 parent ca2fa15 commit abd9b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/index.html
Expand Up @@ -17,7 +17,6 @@

<body>

<h2>/Info</h2>
<div id="running"></div>

<script src="jquery.js" type="text/javascript"></script>
Expand Down Expand Up @@ -73,7 +72,7 @@ <h2>/Info</h2>
createEndpoint('#running', data.endpoint);
}

addRunningData(data.endpoint, data.amount + 1);
addRunningData(data.endpoint, (data.amount + 1) *2);
};

</script>
Expand Down

0 comments on commit abd9b19

Please sign in to comment.