From 11f6dcfd24c28c26cb59db0981962dafc8878ce8 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 5 Feb 2012 01:55:27 -0800 Subject: [PATCH] don't hide form twice --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index ac68029b1..8fca7d626 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1204,7 +1204,6 @@ }); $.on($('a', link), 'click', qr.open); form = d.forms[0]; - form.hidden = true; $.before(form, link); } g.callbacks.push(function(root) { diff --git a/script.coffee b/script.coffee index a356822b3..6d7a7f3ef 100644 --- a/script.coffee +++ b/script.coffee @@ -871,7 +871,6 @@ qr = link = $.el 'h1', innerHTML: "#{if g.REPLY then 'Open the Quick Reply' else 'Create a New Thread'}" $.on $('a', link), 'click', qr.open form = d.forms[0] - form.hidden = true $.before form, link g.callbacks.push (root) -> $.on $('.quotejs + .quotejs', root), 'click', qr.quote