mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
cleanup
This commit is contained in:
parent
5625367325
commit
e50024f976
@ -357,7 +357,6 @@ function addMultiSelectClearUI() {
|
||||
if (currentFocus && typeof currentFocus.focus === "function") {
|
||||
currentFocus.focus();
|
||||
}
|
||||
console.log("done");
|
||||
});
|
||||
});
|
||||
$('[id*="paste-options"]').each(function() {
|
||||
@ -370,10 +369,10 @@ function addMultiSelectClearUI() {
|
||||
$.each(values, function( index, value ) {
|
||||
$('select[id="' + id + '"]').tokenize2().trigger('tokenize:tokens:add', [value, value, true]);
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
console.error('Failed to paste clipboard contents: ', err);
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
console.error('Failed to paste clipboard contents: ', err);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user