Don't persist QR on board pages.

This commit is contained in:
Nicolas Stepien 2011-06-02 18:02:04 +02:00
parent bc4c97e779
commit c5fa5ec963
2 changed files with 2 additions and 2 deletions

View File

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

View File

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