Skip to content

Commit

Permalink
Comment out css changes for midiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzor committed Jul 8, 2024
1 parent 7d2c596 commit 4645f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Public/JavaScript/Midiplayer/midiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ function runConversion() {
.append("<a class=\"icon pause\" id=\"midiPlayer_pause\" onclick=\"pause()\"></a>")
.append("<a class=\"icon stop\" id=\"midiPlayer_stop\" onclick=\"stop()\"></a>");

$("#midiPlayer_div").css("width", options.width + 200);
$("#midiPlayer_bar").css("width", options.width);
// $("#midiPlayer_div").css("width", options.width + 200);
// $("#midiPlayer_bar").css("width", options.width);
$("#midiPlayer_progress").css("background", options.color);

// Assign the global variables
Expand Down

0 comments on commit 4645f91

Please sign in to comment.