Skip to content

Commit

Permalink
When hiding/unhiding the monitor filter bar, when done call changeSca…
Browse files Browse the repository at this point in the history
…le to readjust the size of teh video
  • Loading branch information
Isaac Connor committed Aug 9, 2023
1 parent 10d7002 commit b8982dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/js/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ if ( currentView != 'none' && currentView != 'login' ) {

// Manage the web console filter bar minimize chevron
$j("#mfbflip").click(function() {
$j("#mfbpanel").slideToggle("slow");
$j("#mfbpanel").slideToggle("slow", function() { changeScale(); });
var mfbflip = $j("#mfbflip");
if ( mfbflip.html() == 'keyboard_arrow_up' ) {
mfbflip.html('keyboard_arrow_down');
Expand Down

0 comments on commit b8982dc

Please sign in to comment.