From d80f9119f07083558c7ceafc83bf1e5179187582 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 3 Jun 2011 23:03:04 -0700 Subject: [PATCH] formatting --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 291d19f1e..ff017be91 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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); diff --git a/script.coffee b/script.coffee index 791782769..aa1ddb170 100644 --- a/script.coffee +++ b/script.coffee @@ -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