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