Merge pull request #171 from MayhemYDG/fix

Don't persist QR on board pages.
This commit is contained in:
James Campos 2011-06-02 10:02:22 -07:00
commit f69ba31805
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