Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/sharedad...
File: admin-sharing.js
return false;
[500] Fix | Delete
} );
[501] Fix | Delete
}
[502] Fix | Delete
[503] Fix | Delete
$( '#button_style' )
[504] Fix | Delete
.change( function () {
[505] Fix | Delete
update_preview();
[506] Fix | Delete
return true;
[507] Fix | Delete
} )
[508] Fix | Delete
.change();
[509] Fix | Delete
[510] Fix | Delete
$( 'input[name=sharing_label]' ).blur( function () {
[511] Fix | Delete
$( '#live-preview h3.sd-title' ).text( $( '<div/>' ).text( $( this ).val() ).html() );
[512] Fix | Delete
} );
[513] Fix | Delete
[514] Fix | Delete
init_handlers();
[515] Fix | Delete
enable_share_button();
[516] Fix | Delete
} );
[517] Fix | Delete
} )( jQuery );
[518] Fix | Delete
[519] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function