403Webshell
Server IP : 89.108.64.180  /  Your IP : 216.73.217.92
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : www-root ( 1010)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/spacev13.ru/wp-content/plugins/loco-translate/pub/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/spacev13.ru/wp-content/plugins/loco-translate/pub/js//config.js
/**
 * Script for bundle configuration screen
 */
!function( window, document, $ ){

    
    // utility for scrolling
    function elementTop( el, ancestor ){
        var y = el.offsetTop;
        while( ( el = el.offsetParent ) && el !== ancestor ){
            y += el.offsetTop;
        } 
        return y;    
    }


    // form duplicator for adding another project
    function addProject(){
        
        var $divs = $('#loco-conf > div'),
            $copy = $divs.eq(0).clone(),
            index = $divs.length,
            id = 'loco-conf-'+index,
            ns = '['+index+']'
        ;

        function clearField( i, input ){
            var name = input.name.replace('[0]',ns);
            $(input).attr('name', name ).val('');
        }
            
        $copy.attr('id', 'loco-conf-'+index );
        $copy.find('input').each( clearField );
        $copy.find('textarea').each( clearField );
        //$copy.find('div.notice').remove();
        
        // TODO translations of this:
        $copy.find('h2').eq(0).html('New set <span>(untitled)</span>');
        
        $copy.insertBefore('#loco-form-foot');
        
        createClickRemove( $copy.find('a.icon-del'), index );

        // scroll to $copy 
        $copy.hide().slideDown( 500 );
        $('html, body').animate( { scrollTop: elementTop($copy[0]) }, 500 );
    }


    function createClickRemove( $el, index ){
        return $el.click( function(event){
            event.preventDefault();
            delProject( index );
            return false;
        } );
    }
    
    
    // remove whole set from form
    function delProject( index ){
        var $div = $('#loco-conf-'+index),
            $fld = $div.find('input[name="conf['+index+'][removed]"]')
        ;
        // setting removed flag saves having to re-index all sets. back end will ignore it.
        $fld.val('1');
        $div.slideUp( 500, function(){ $(this).hide().find('table').remove(); } );
    }


    // enable project removal from initial blocks
    $('#loco-conf > div').each( function( index, div ){
        createClickRemove( $(div).find('a.icon-del'), index );
    } );

    // enable project addition via button in footer
    $('#loco-add-butt').attr('disabled',false).click( function(event){
        event.preventDefault();
        addProject();
        return false;
    } );


}( window, document, jQuery );

Youez - 2016 - github.com/yon3zu
LinuXploit