derp
This commit is contained in:
parent
a43711ba27
commit
41af79fcd6
@ -1245,7 +1245,7 @@
|
|||||||
target: holder.firstChild
|
target: holder.firstChild
|
||||||
});
|
});
|
||||||
if (conf['Persistent QR']) {
|
if (conf['Persistent QR']) {
|
||||||
qr.dialog();
|
QR.dialog();
|
||||||
if (conf['Auto Hide QR']) {
|
if (conf['Auto Hide QR']) {
|
||||||
return $('#autohide', QR.el).checked = true;
|
return $('#autohide', QR.el).checked = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -976,7 +976,7 @@ QR =
|
|||||||
$.bind holder, 'DOMNodeInserted', QR.captchaNode
|
$.bind holder, 'DOMNodeInserted', QR.captchaNode
|
||||||
QR.captchaNode target: holder.firstChild
|
QR.captchaNode target: holder.firstChild
|
||||||
if conf['Persistent QR']
|
if conf['Persistent QR']
|
||||||
qr.dialog()
|
QR.dialog()
|
||||||
if conf['Auto Hide QR']
|
if conf['Auto Hide QR']
|
||||||
$('#autohide', QR.el).checked = true
|
$('#autohide', QR.el).checked = true
|
||||||
attach: ->
|
attach: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user