mirror of
https://github.com/itflow-org/itflow
synced 2026-09-15 11:15:13 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -13,12 +13,10 @@ function populateShareModal(client_id, item_type, item_ref_id) {
|
||||
document.getElementById("div_share_link_form").hidden = false;
|
||||
document.getElementById("div_share_link_generate").hidden = false;
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#share_email').select2({
|
||||
tags: true,
|
||||
placeholder: 'Select or type a value',
|
||||
allowClear: true
|
||||
});
|
||||
initTomSelect(document.getElementById('share_email'), {
|
||||
create: true,
|
||||
placeholder: 'Select or type a value',
|
||||
allowEmptyOption: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user