Hide debug button when printing

This commit is contained in:
Kijin Sung 2020-08-27 21:29:35 +09:00
parent b24cccc52e
commit 33a3e60ac0
2 changed files with 7 additions and 1 deletions

View file

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