don't hide form twice
This commit is contained in:
parent
5d3daaf72e
commit
11f6dcfd24
@ -1204,7 +1204,6 @@
|
|||||||
});
|
});
|
||||||
$.on($('a', link), 'click', qr.open);
|
$.on($('a', link), 'click', qr.open);
|
||||||
form = d.forms[0];
|
form = d.forms[0];
|
||||||
form.hidden = true;
|
|
||||||
$.before(form, link);
|
$.before(form, link);
|
||||||
}
|
}
|
||||||
g.callbacks.push(function(root) {
|
g.callbacks.push(function(root) {
|
||||||
|
|||||||
@ -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>"
|
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
|
$.on $('a', link), 'click', qr.open
|
||||||
form = d.forms[0]
|
form = d.forms[0]
|
||||||
form.hidden = true
|
|
||||||
$.before form, link
|
$.before form, link
|
||||||
g.callbacks.push (root) ->
|
g.callbacks.push (root) ->
|
||||||
$.on $('.quotejs + .quotejs', root), 'click', qr.quote
|
$.on $('.quotejs + .quotejs', root), 'click', qr.quote
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user