HEX
Server: LiteSpeed
System: Linux emerald.serverdnsnetwork.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: mahdetej (1135)
PHP: 8.1.34
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/mahdetej/www/wp-content/plugins/taxonomy-terms-order/js/to-javascript.js
    function to_change_taxonomy(element)
        {
            //select the default category (0)
            jQuery('#to_form #cat').val(jQuery("#to_form #cat option:first").val());
            jQuery('#to_form').submit();
        }
        
    var convArrToObj = function(array){
                            var thisEleObj = new Object();
                            if(typeof array == "object"){
                                for(var i in array){
                                    var thisEle = convArrToObj(array[i]);
                                    thisEleObj[i] = thisEle;
                                }
                            }else {
                                thisEleObj = array;
                            }
                            return thisEleObj;
                        }