Skip to content

Commit a2d1007

Browse files
committed
Merge pull request #34 from hbeeken/swarm-update-fix
Swarm node: fixing copy and paste error resulting in ui not refreshing immediately
2 parents a8b27a3 + 0d12518 commit a2d1007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/swarm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
updateSwarmScreenName(data.displayname);
100100
delete window.swarmConfigNodeIntervalId;
101101
} else {
102-
window.swarmConfigNodeIntervalId = window.setTimeout(pollswarmCredentials,2000);
102+
window.swarmConfigNodeIntervalId = window.setTimeout(pollSwarmCredentials,2000);
103103
}
104104
});
105105
}

0 commit comments

Comments
 (0)