shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Commercial/node_modules/@ttskch/select2-bootstrap4-theme/docs/ [ drwx---r-x ]
$(function () {
$('select').each(function () {
$(this).select2({
theme: 'bootstrap4',
width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',
placeholder: $(this).data('placeholder'),
allowClear: Boolean($(this).data('allow-clear')),
closeOnSelect: !$(this).attr('multiple'),
});
});
});