Skip to content

Commit

Permalink
Merge pull request #87 from alexkwolfe/stats-fix
Browse files Browse the repository at this point in the history
Use relative stats route
  • Loading branch information
tj committed Nov 25, 2011
2 parents 542b469 + 9bdd49c commit 228cd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/public/javascripts/main.js
Expand Up @@ -235,7 +235,7 @@ function refreshJobs(state, fn) {
*/

function pollStats(ms) {
request('/stats', function(data){
request('./stats', function(data){
o('li.inactive .count').text(data.inactiveCount);
o('li.active .count').text(data.activeCount);
o('li.complete .count').text(data.completeCount);
Expand Down

0 comments on commit 228cd57

Please sign in to comment.