Revert "We retard friendly now!"

This reverts commit c5af521a48b108c4864d786a0fc7ec4148bd7e63.

Conflicts:

	4chan_x.user.js
This commit is contained in:
Nicolas Stepien 2012-02-02 20:29:34 +01:00
parent 028b30d3f0
commit ed913bcc32
2 changed files with 1 additions and 12 deletions

View File

@ -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);
});

View File

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