Introduce: remove Materialize JS

This commit is contained in:
cutls
2020-07-05 19:45:21 +09:00
parent b0bd85ccc6
commit 414782fd71
12 changed files with 22 additions and 18 deletions

View File

@@ -656,7 +656,7 @@ function ctLoadCore(args) {
$('#custom-sel-sel').html(templete)
templete = '<option value="add_new">' + $('#edit-selector').attr('data-add') + '</option>' + templete
$('#custom-edit-sel').html(templete)
$('select').formSelect()
//$('select').formSelect()
}
function customSel() {
var id = $('#custom-sel-sel').val()