This commit is contained in:
James Campos 2011-09-02 22:50:47 -07:00
parent a43711ba27
commit 41af79fcd6
2 changed files with 2 additions and 2 deletions

View File

@ -1245,7 +1245,7 @@
target: holder.firstChild
});
if (conf['Persistent QR']) {
qr.dialog();
QR.dialog();
if (conf['Auto Hide QR']) {
return $('#autohide', QR.el).checked = true;
}

View File

@ -976,7 +976,7 @@ QR =
$.bind holder, 'DOMNodeInserted', QR.captchaNode
QR.captchaNode target: holder.firstChild
if conf['Persistent QR']
qr.dialog()
QR.dialog()
if conf['Auto Hide QR']
$('#autohide', QR.el).checked = true
attach: ->