From b62d80150208a29af38e9ae661f8a231e2be245a Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 27 Mar 2011 14:50:38 -0700 Subject: [PATCH] 1.27.1 --- 4chan_x.js | 3 ++- changelog | 3 +++ header | 2 +- script.coffee | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index a6ffbd659..647436acd 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2,7 +2,7 @@ // @name 4chan x // @namespace aeosynth // @description Adds various features. -// @version 1.27.0 +// @version 1.27.1 // @copyright 2009-2011 James Campos // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* @@ -1024,6 +1024,7 @@ if (!(dialog = $('#qr'))) { dialog = qr.dialog(target); } + qr.autohide.unset(); id = target.textContent; text = ">>" + id + "\n"; selection = window.getSelection(); diff --git a/changelog b/changelog index 2b03c7fdd..d3c657dae 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +1.27.1 +- fix regression - unhide qr when quoting + 1.27.0 - x-browser qr error checking (except for batshit insane chrome) - fix opera movement, again diff --git a/header b/header index 033de5c8c..2f9ebbbf6 100644 --- a/header +++ b/header @@ -2,7 +2,7 @@ // @name 4chan x // @namespace aeosynth // @description Adds various features. -// @version 1.27.0 +// @version 1.27.1 // @copyright 2009-2011 James Campos // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/* diff --git a/script.coffee b/script.coffee index 0dae9efbf..e21a27562 100644 --- a/script.coffee +++ b/script.coffee @@ -755,6 +755,7 @@ qr = {target} = e unless dialog = $ '#qr' dialog = qr.dialog target + qr.autohide.unset() id = target.textContent text = ">>#{id}\n"