Skip to content

Commit

Permalink
Remove button on click - starting a the server instance works
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Feb 15, 2014
1 parent 8977120 commit 2ed7526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Fuel.prototype.setupClientWaitingUI = function() {
if (!self.enableServer) {
self.createServer();
self.enableServer = true;

this.parentElement.removeChild(this);
}
});

Expand Down

0 comments on commit 2ed7526

Please sign in to comment.