Completely hide debug button when not in use

This commit is contained in:
Kijin Sung 2016-04-10 15:21:35 +09:00
parent 8b9694fe6d
commit d772a8df85
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ $(function() {
// Find debug panel elements.
var panel = $("#rhymix_debug_panel");
var button = $("#rhymix_debug_button");
var button = $("#rhymix_debug_button").show();
// Initialize the debug button.
var button_link = $('<a href="#"></a>').text("DEBUG").appendTo(button).click(function(event) {