Fix updater's interval storage
This commit is contained in:
parent
b384204219
commit
b71bd0298f
@ -1594,6 +1594,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);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -1298,6 +1298,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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user