Reorder autostore options in Settings
This commit is contained in:
parent
2f3576f90e
commit
5b6aa4ba0a
@ -236,9 +236,9 @@ define([
|
|||||||
label: { class: 'noTitle' }
|
label: { class: 'noTitle' }
|
||||||
});
|
});
|
||||||
var $div2 = $(h('div.cp-settings-autostore-radio', [
|
var $div2 = $(h('div.cp-settings-autostore-radio', [
|
||||||
opt1,
|
opt3,
|
||||||
opt2,
|
opt2,
|
||||||
opt3
|
opt1
|
||||||
])).appendTo($div);
|
])).appendTo($div);
|
||||||
|
|
||||||
$div.find('input[type="radio"]').on('change', function () {
|
$div.find('input[type="radio"]').on('change', function () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user