From e8a06be0f582dc7cec0f21653f3e6ae06abb3fa4 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 22 Jul 2011 03:52:18 +0200 Subject: [PATCH] Aha; oh woaw. --- 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 116c1504a..fe768f8e0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1382,7 +1382,7 @@ return $.append(d.body, qr.el); }, persist: function() { - $.append(d.body, qr.dialog()); + qr.dialog(); return qr.autohide.set(); }, close: function() { diff --git a/script.coffee b/script.coffee index 8e19b3fb7..67502882e 100644 --- a/script.coffee +++ b/script.coffee @@ -1111,7 +1111,7 @@ qr = $.append d.body, qr.el persist: -> - $.append d.body, qr.dialog() + qr.dialog() qr.autohide.set() close: ->