/* Select2 Init*/ "use strict"; $(".select2").select2({ width: 'resolve' }); $("#input_tags").select2({ tags: true, tokenSeparators: [',', ' '] });