Fix 170.
Revert "We retard friendly now!" This reverts commit c5af521a48b108c4864d786a0fc7ec4148bd7e63. Conflicts: 4chan_x.user.js
This commit is contained in:
parent
028b30d3f0
commit
ed913bcc32
@ -1200,14 +1200,8 @@
|
||||
|
||||
qr = {
|
||||
init: function() {
|
||||
var h1, iframe, loadChecking;
|
||||
var iframe, loadChecking;
|
||||
if (!$.id('recaptcha_challenge_field_holder')) return;
|
||||
$('form[name=post]').hidden = true;
|
||||
h1 = $.el('h1', {
|
||||
innerHTML: '<a href=javascript:;>Open the Quick Reply</a>'
|
||||
});
|
||||
$.on($('a', h1), 'click', qr.open);
|
||||
$.add($('.postarea'), h1);
|
||||
g.callbacks.push(function(root) {
|
||||
return $.on($('.quotejs + .quotejs', root), 'click', qr.quote);
|
||||
});
|
||||
|
||||
@ -862,11 +862,6 @@ nav =
|
||||
qr =
|
||||
init: ->
|
||||
return unless $.id 'recaptcha_challenge_field_holder'
|
||||
$('form[name=post]').hidden = true
|
||||
h1 = $.el 'h1'
|
||||
innerHTML: '<a href=javascript:;>Open the Quick Reply</a>'
|
||||
$.on $('a', h1), 'click', qr.open
|
||||
$.add $('.postarea'), h1
|
||||
g.callbacks.push (root) ->
|
||||
$.on $('.quotejs + .quotejs', root), 'click', qr.quote
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user