xy 2 years ago
parent 6db80a89f8
commit bf3dfcd8b7

@ -436,7 +436,7 @@
}
function typeSwitchListener () {
$("[name=type-switch]").change(function () {
console.log($(this.val()))
console.log($(this).val())
})
}
(function () {

Loading…
Cancel
Save