mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Restored autoHide for controls modal in visual console with full screen
This commit is contained in:
parent
9a65b61e25
commit
daa0df8895
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user