📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: partActivateMultiselect.tpl
<script type="text/javascript"> {literal} function activateMultiselect(conditionID) { $("#ddlValue" + conditionID).multiselect({ minWidth: "240", height: "300", noneSelectedText: "Select", selectedText: "# Selected", close: function () { var array_of_checked_values = $('#ddlValue' + conditionID).multiselect("getChecked").map(function () { return (this.title.indexOf('->')!=-1 ? this.title.substr(0, this.title.indexOf('->')) : this.title).replace(/,/g, '').trim(); }).get(); if (array_of_checked_values.length > 0) { $('#txtValue' + conditionID).val(array_of_checked_values.join()); changeValues($get('txtValue' + conditionID)); $('#ddlValue' + conditionID).multiselect('uncheckAll'); } } }); } {/literal} </script>
Save