Fixed the error which prevented the opening of the QR dialog on the public console section
This commit is contained in:
parent
4cd2e7750b
commit
6e8d57f3be
|
@ -183,11 +183,6 @@ ui_require_javascript_file('pandora_visual_console');
|
||||||
var controls = document.getElementById('vc-controls');
|
var controls = document.getElementById('vc-controls');
|
||||||
autoHideElement(controls, 1000);
|
autoHideElement(controls, 1000);
|
||||||
|
|
||||||
$('#qrcode_container').dialog({
|
|
||||||
autoOpen: false,
|
|
||||||
modal: true
|
|
||||||
});
|
|
||||||
|
|
||||||
$('select#refr').change(function (event) {
|
$('select#refr').change(function (event) {
|
||||||
refr = Number.parseInt(event.target.value, 10);
|
refr = Number.parseInt(event.target.value, 10);
|
||||||
startCountDown(refr, fetchMap);
|
startCountDown(refr, fetchMap);
|
||||||
|
|
Loading…
Reference in New Issue