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:
Alejandro Gallardo Escobar 2016-06-09 17:00:57 +02:00
parent 49d243b487
commit c7d4bc2cca
1 changed files with 0 additions and 5 deletions

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