1.20.4
This commit is contained in:
parent
e160c4b137
commit
1ab8666f69
@ -597,7 +597,7 @@ options = ->
|
|||||||
div.innerHTML = html
|
div.innerHTML = html
|
||||||
$('div.move', div).addEventListener 'mousedown', AEOS.move, true
|
$('div.move', div).addEventListener 'mousedown', AEOS.move, true
|
||||||
$('a[name=close]', div).addEventListener 'click', (-> remove($ '#options')), true
|
$('a[name=close]', div).addEventListener 'click', (-> remove($ '#options')), true
|
||||||
for input in $$ 'input', div
|
for input in $$ 'input[type="checkbox"]', div
|
||||||
input.addEventListener 'change', changeCheckbox, true
|
input.addEventListener 'change', changeCheckbox, true
|
||||||
$('a.sauce', div).addEventListener 'click', editSauce, true
|
$('a.sauce', div).addEventListener 'click', editSauce, true
|
||||||
$('textarea', div).addEventListener 'change', changeText, true
|
$('textarea', div).addEventListener 'change', changeText, true
|
||||||
|
|||||||
@ -766,7 +766,7 @@
|
|||||||
$('a[name=close]', div).addEventListener('click', (function() {
|
$('a[name=close]', div).addEventListener('click', (function() {
|
||||||
return remove($('#options'));
|
return remove($('#options'));
|
||||||
}), true);
|
}), true);
|
||||||
_ref = $$('input', div);
|
_ref = $$('input[type="checkbox"]', div);
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
input = _ref[_i];
|
input = _ref[_i];
|
||||||
input.addEventListener('change', changeCheckbox, true);
|
input.addEventListener('change', changeCheckbox, true);
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
1.20.4
|
||||||
|
- fix options
|
||||||
|
|
||||||
1.20.3
|
1.20.3
|
||||||
- update archives
|
- update archives
|
||||||
- fool the cache
|
- fool the cache
|
||||||
|
|||||||
2
readme
2
readme
@ -2,7 +2,7 @@
|
|||||||
// @name 4chan x
|
// @name 4chan x
|
||||||
// @namespace aeosynth
|
// @namespace aeosynth
|
||||||
// @description Adds various features.
|
// @description Adds various features.
|
||||||
// @version 1.20.3
|
// @version 1.20.4
|
||||||
// @copyright 2009, 2010 James Campos <james.r.campos@gmail.com>
|
// @copyright 2009, 2010 James Campos <james.r.campos@gmail.com>
|
||||||
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
||||||
// @include http://boards.4chan.org/*
|
// @include http://boards.4chan.org/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user