Fix updater's interval storage

This commit is contained in:
Nicolas Stepien 2011-07-24 07:30:07 +02:00
parent b384204219
commit b71bd0298f
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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