From cf0c72941e9730d58691e45fe97b5bfd6355375c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Oct 2015 23:02:23 -0700 Subject: [PATCH] Showing the controls from the page scope requires running after QR is inserted. --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index c4aa59cb7..c66e03eea 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -584,11 +584,11 @@ QR = new QR.post true QR.status() QR.cooldown.setup() - QR.oekaki.setup() QR.captcha.init() $.add d.body, dialog QR.captcha.setup() + QR.oekaki.setup() # Create a custom event when the QR dialog is first initialized. # Use it to extend the QR's functionalities, or for XTRM RICE.