This commit is contained in:
James Campos 2011-01-15 13:41:46 -08:00
parent e160c4b137
commit 1ab8666f69
4 changed files with 6 additions and 3 deletions

View File

@ -597,7 +597,7 @@ options = ->
div.innerHTML = html
$('div.move', div).addEventListener 'mousedown', AEOS.move, 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
$('a.sauce', div).addEventListener 'click', editSauce, true
$('textarea', div).addEventListener 'change', changeText, true

View File

@ -766,7 +766,7 @@
$('a[name=close]', div).addEventListener('click', (function() {
return remove($('#options'));
}), true);
_ref = $$('input', div);
_ref = $$('input[type="checkbox"]', div);
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
input = _ref[_i];
input.addEventListener('change', changeCheckbox, true);

View File

@ -1,3 +1,6 @@
1.20.4
- fix options
1.20.3
- update archives
- fool the cache

2
readme
View File

@ -2,7 +2,7 @@
// @name 4chan x
// @namespace aeosynth
// @description Adds various features.
// @version 1.20.3
// @version 1.20.4
// @copyright 2009, 2010 James Campos <james.r.campos@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @include http://boards.4chan.org/*