This commit is contained in:
James Campos 2011-03-27 14:50:38 -07:00
parent d55faa920f
commit b62d801502
4 changed files with 7 additions and 2 deletions

View File

@ -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 <james.r.campos@gmail.com>
// @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();

View File

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

2
header
View File

@ -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 <james.r.campos@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @include http://boards.4chan.org/*

View File

@ -755,6 +755,7 @@ qr =
{target} = e
unless dialog = $ '#qr'
dialog = qr.dialog target
qr.autohide.unset()
id = target.textContent
text = ">>#{id}\n"