From 41af79fcd6aff5461823189346c390970079d84e Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 2 Sep 2011 22:50:47 -0700 Subject: [PATCH] derp --- 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 6a274d381..898218adb 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1245,7 +1245,7 @@ target: holder.firstChild }); if (conf['Persistent QR']) { - qr.dialog(); + QR.dialog(); if (conf['Auto Hide QR']) { return $('#autohide', QR.el).checked = true; } diff --git a/script.coffee b/script.coffee index a1008a4e9..2d1cebd78 100644 --- a/script.coffee +++ b/script.coffee @@ -976,7 +976,7 @@ QR = $.bind holder, 'DOMNodeInserted', QR.captchaNode QR.captchaNode target: holder.firstChild if conf['Persistent QR'] - qr.dialog() + QR.dialog() if conf['Auto Hide QR'] $('#autohide', QR.el).checked = true attach: ->