Skip to content

Commit

Permalink
Merge 0d12518 into a8b27a3
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeeken committed Oct 8, 2014
2 parents a8b27a3 + 0d12518 commit a3b0b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/swarm.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
updateSwarmScreenName(data.displayname);
delete window.swarmConfigNodeIntervalId;
} else {
window.swarmConfigNodeIntervalId = window.setTimeout(pollswarmCredentials,2000);
window.swarmConfigNodeIntervalId = window.setTimeout(pollSwarmCredentials,2000);
}
});
}
Expand Down

0 comments on commit a3b0b92

Please sign in to comment.