Skip to content

Commit

Permalink
* fix bug when run/debug the debug buttons disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
giannis committed Jul 12, 2011
1 parent ac78c66 commit 8153baa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/ext/debugger/debugger.js
Expand Up @@ -125,9 +125,6 @@ return ext.register("ext/debugger/debugger", {
ide.barTools.insertBefore(button, btnRun);
else
ide.barTools.appendChild(button);
if (button.nodeType == 1) {
this.nodes.push(button);
}
}

this.hotitems["resume"] = [btnResume];
Expand Down

0 comments on commit 8153baa

Please sign in to comment.