Merge branch 'master' of github.com:aeosynth/4chan-x

This commit is contained in:
James Campos 2011-07-23 22:39:33 -07:00
commit 281d09a0a9
3 changed files with 3 additions and 0 deletions

View File

@ -1574,6 +1574,7 @@
} }
} else if (input.name === 'Interval') { } else if (input.name === 'Interval') {
$.bind(input, 'change', updater.cb.interval); $.bind(input, 'change', updater.cb.interval);
$.bind(input, 'change', $.cb.value);
} else if (input.type === 'button') { } else if (input.type === 'button') {
$.bind(input, 'click', updater.updateNow); $.bind(input, 'click', updater.updateNow);
} }

View File

@ -1,6 +1,7 @@
github github
- mayhem: - mayhem:
- Make updater's settings dynamic - Make updater's settings dynamic
- fix remember updater's interval settings
2.16.1 2.16.1
- mayhem: - mayhem:

View File

@ -1276,6 +1276,7 @@ updater =
updater.cb.autoUpdate.call input updater.cb.autoUpdate.call input
else if input.name is 'Interval' else if input.name is 'Interval'
$.bind input, 'change', updater.cb.interval $.bind input, 'change', updater.cb.interval
$.bind input, 'change', $.cb.value
else if input.type is 'button' else if input.type is 'button'
$.bind input, 'click', updater.updateNow $.bind input, 'click', updater.updateNow