From b854eb4d009c80dc1e3d7f5ba46dd3be5fbfcee2 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 23 Jan 2012 22:51:37 +0100 Subject: [PATCH] Disable autocomplete for the captcha input. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 2df80f498..d9705a476 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1507,7 +1507,7 @@ } }); qr.mimeTypes = mimeTypes.split(', '); - qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
+
Spoiler Image?
"); + qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
Spoiler Image?
"); if (!g.REPLY) { $.on($('select', qr.el), 'mousedown', function(e) { return e.stopPropagation(); diff --git a/script.coffee b/script.coffee index d92dc2599..0fd447a6e 100644 --- a/script.coffee +++ b/script.coffee @@ -1128,7 +1128,7 @@ qr =
-
+
Spoiler Image?