mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-5764-consola-visual-pantalla-completa-autohide' into 'develop'
Restored autoHide for controls modal in visual console with full screen Closes pandora_enterprise#5764 See merge request artica/pandorafms!3299
This commit is contained in:
commit
8b8fd7bf30
@ -320,8 +320,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