Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 8, 2025
1 parent a4f5ded commit 9b4e565
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,6 @@ function handleSelects() {
isButtonsBarOver = isKeepButtonsVisible = e.currentTarget.checked;
localStorageSettings.keep_buttons_visible = isButtonsBarOver;
lS.setSettings(localStorageSettings);
checkButtonsBar();
const status = isButtonsBarOver ? 'enabled' : 'disabled';
userLog('info', `Buttons always visible ${status}`, 'top-end');
e.target.blur();
Expand Down Expand Up @@ -3361,12 +3360,6 @@ function checkButtonsBar() {
isButtonsVisible = false;
}
}
// if (!isButtonsBarOver) {
// control.style.display = 'none';
// toggleExtraButton.innerHTML = icons.up;
// bottomButtons.style.display = 'none';
// isButtonsVisible = false;
// }
setTimeout(() => {
checkButtonsBar();
}, 10000);
Expand Down

0 comments on commit 9b4e565

Please sign in to comment.