diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index c109d7b84..15290fa49 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -823,7 +823,7 @@ QR = $.ajax url, onloadend: -> attempts++ - if attempts >= 5 or @status is 200 + if attempts >= 6 or @status is 200 cb() else setTimeout check, attempts * $.SECOND