1.27.1
This commit is contained in:
parent
d55faa920f
commit
b62d801502
@ -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();
|
||||
|
||||
@ -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
2
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 <james.r.campos@gmail.com>
|
||||
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
||||
// @include http://boards.4chan.org/*
|
||||
|
||||
@ -755,6 +755,7 @@ qr =
|
||||
{target} = e
|
||||
unless dialog = $ '#qr'
|
||||
dialog = qr.dialog target
|
||||
qr.autohide.unset()
|
||||
|
||||
id = target.textContent
|
||||
text = ">>#{id}\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user