From cffc09145e8dba8aa11bd9ef504ce6c9b0745024 Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Fri, 26 Apr 2013 12:50:32 -0700 Subject: [PATCH] Merge Zixaphir X --- builds/4chan-X.js | 2 +- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/settings.coffee | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index ad3f00b59..9bdc69cdf 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -9387,7 +9387,7 @@ Settings[key].call(input); } }); - $.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval); + $.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval); $.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss); return $.on($.id('apply-css'), 'click', Settings.usercss); }, diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a7c15fd35..98497630b 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -9410,7 +9410,7 @@ Settings[key].call(input); } }); - $.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval); + $.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval); $.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss); return $.on($.id('apply-css'), 'click', Settings.usercss); }, diff --git a/builds/crx/script.js b/builds/crx/script.js index d8dca89f7..52c4eb803 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -9302,7 +9302,7 @@ Settings[key].call(input); } }); - $.on($('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval); + $.on($('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval); $.on($('input[name="Custom CSS"]', section), 'change', Settings.togglecss); return $.on($.id('apply-css'), 'click', Settings.usercss); }, diff --git a/src/settings.coffee b/src/settings.coffee index 6ffbe4c01..b2e12f342 100644 --- a/src/settings.coffee +++ b/src/settings.coffee @@ -508,7 +508,7 @@ Settings = Settings[key].call input return - $.on $('input[name=Interval]', section), 'input', ThreadUpdater.cb.interval + $.on $('input[name=Interval]', section), 'change', ThreadUpdater.cb.interval $.on $('input[name="Custom CSS"]', section), 'change', Settings.togglecss $.on $.id('apply-css'), 'click', Settings.usercss boardnav: ->