don't hide form twice

This commit is contained in:
James Campos 2012-02-05 01:55:27 -08:00
parent 5d3daaf72e
commit 11f6dcfd24
2 changed files with 0 additions and 2 deletions

View File

@ -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) {

View File

@ -871,7 +871,6 @@ qr =
link = $.el 'h1', innerHTML: "<a href=javascript:;>#{if g.REPLY then 'Open the Quick Reply' else 'Create a New Thread'}</a>"
$.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