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();
} else {
if (dialog) {
if ($.config('Persistent QR')) {
if ($.config('Persistent QR' && g.REPLY)) {
qr.refresh(dialog);
} else {
$.rm(dialog);

View File

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