formatting
This commit is contained in:
parent
8160781319
commit
d80f9119f0
@ -1103,7 +1103,7 @@
|
|||||||
qr.autohide.unset();
|
qr.autohide.unset();
|
||||||
} else {
|
} else {
|
||||||
if (dialog) {
|
if (dialog) {
|
||||||
if ($.config('Persistent QR') && g.REPLY) {
|
if (g.REPLY && $.config('Persistent QR')) {
|
||||||
qr.refresh(dialog);
|
qr.refresh(dialog);
|
||||||
} else {
|
} else {
|
||||||
$.rm(dialog);
|
$.rm(dialog);
|
||||||
|
|||||||
@ -838,7 +838,7 @@ qr =
|
|||||||
qr.autohide.unset()
|
qr.autohide.unset()
|
||||||
else # success
|
else # success
|
||||||
if dialog
|
if dialog
|
||||||
if $.config('Persistent QR') and g.REPLY
|
if g.REPLY and $.config 'Persistent QR'
|
||||||
qr.refresh dialog
|
qr.refresh dialog
|
||||||
else
|
else
|
||||||
$.rm dialog
|
$.rm dialog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user