Restored autoHide for controls modal in visual console with full screen

This commit is contained in:
Jose Gonzalez 2020-06-11 12:23:30 +02:00
parent 9a65b61e25
commit daa0df8895
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,8 @@ $ignored_params['refr'] = '';
startCountDown(refr, false);
var controls = document.getElementById('vc-controls');
// autoHideElement(controls, 1000);
autoHideElement(controls, 1000);
$('select#refr').change(function (event) {
refr = Number.parseInt(event.target.value, 10);
new_count = event.target.value;