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