mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Hide debug button when printing
This commit is contained in:
parent
b24cccc52e
commit
33a3e60ac0
2 changed files with 7 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue