Fixed the error which prevented the opening of the QR dialog on the public console section

(cherry picked from commit 6e8d57f3beed95bc9f9142f2aa1f988b68c5d36a)
This commit is contained in:
Alejandro Gallardo Escobar 2016-06-09 17:00:57 +02:00
parent 49d243b487
commit c7d4bc2cca

View File

@ -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);