diff --git a/4chan_x.coffee b/4chan_x.coffee index 16468618a..49ac8b695 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -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 diff --git a/4chan_x.js b/4chan_x.js index b896283d2..3cc0453c5 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -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); diff --git a/changelog b/changelog index da6b78f29..5eb98ee7d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +1.20.4 +- fix options + 1.20.3 - update archives - fool the cache diff --git a/readme b/readme index 0fd591f52..e402f16a2 100644 --- a/readme +++ b/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 // @license MIT; http://en.wikipedia.org/wiki/Mit_license // @include http://boards.4chan.org/*