1.20.4
This commit is contained in:
parent
e160c4b137
commit
1ab8666f69
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
2
readme
2
readme
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user