formatting

This commit is contained in:
James Campos 2011-06-03 23:03:04 -07:00
parent 8160781319
commit d80f9119f0
2 changed files with 2 additions and 2 deletions

View File

@ -1103,7 +1103,7 @@
qr.autohide.unset();
} else {
if (dialog) {
if ($.config('Persistent QR') && g.REPLY) {
if (g.REPLY && $.config('Persistent QR')) {
qr.refresh(dialog);
} else {
$.rm(dialog);

View File

@ -838,7 +838,7 @@ qr =
qr.autohide.unset()
else # success
if dialog
if $.config('Persistent QR') and g.REPLY
if g.REPLY and $.config 'Persistent QR'
qr.refresh dialog
else
$.rm dialog