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: ->