Reorder autostore options in Settings

pull/1/head
yflory 2018-09-04 14:49:22 +02:00
parent 2f3576f90e
commit 5b6aa4ba0a
1 changed files with 2 additions and 2 deletions

View File

@ -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 () {