Showing the controls from the page scope requires running after QR is inserted.

This commit is contained in:
ccd0 2015-10-25 23:02:23 -07:00
parent 7336d1c880
commit cf0c72941e

View File

@ -584,11 +584,11 @@ QR =
new QR.post true new QR.post true
QR.status() QR.status()
QR.cooldown.setup() QR.cooldown.setup()
QR.oekaki.setup()
QR.captcha.init() QR.captcha.init()
$.add d.body, dialog $.add d.body, dialog
QR.captcha.setup() QR.captcha.setup()
QR.oekaki.setup()
# Create a custom event when the QR dialog is first initialized. # Create a custom event when the QR dialog is first initialized.
# Use it to extend the QR's functionalities, or for XTRM RICE. # Use it to extend the QR's functionalities, or for XTRM RICE.