remove gitiegnore to public
This commit is contained in:
20
public/storage/assets/js/select2.js
Normal file
20
public/storage/assets/js/select2.js
Normal file
@@ -0,0 +1,20 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
||||
$(".select2").select2({
|
||||
placeholder: choose_option,
|
||||
allowClear: true,
|
||||
});
|
||||
|
||||
$(".select2-multiple").select2({
|
||||
placeholder: choose_option,
|
||||
closeOnSelect : false,
|
||||
});
|
||||
|
||||
$(".select2-tags").select2({
|
||||
placeholder: choose_option,
|
||||
tags: true,
|
||||
tokenSeparators: [',']
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user