Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
senocular authored Oct 2, 2016
1 parent 4e032d5 commit b0cef17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function addWorkerView (user, repo) {
var plotEl = document.createElement('div');
plotEl.id = plotId;
plotEl.className = PLOT_CLASSNAME;
plotEl.textContent = 'Click Me';
plotEl.textContent = 'Click Me (' + user + ')';

plotEl.addEventListener('click', function (event) {
var workerInfo = workers[plotId];
Expand All @@ -128,4 +128,4 @@ function onUserMessage (user, repo, data) {
// init
loadWorkersFromForks();

})();
})();

0 comments on commit b0cef17

Please sign in to comment.