Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/twitter-.../js
File: notice.js
jQuery(document).ready(function() {
[0] Fix | Delete
jQuery('#system_notice_area').animate({
[1] Fix | Delete
opacity : 'show',
[2] Fix | Delete
height : 'show'
[3] Fix | Delete
}, 500);
[4] Fix | Delete
[5] Fix | Delete
jQuery('#system_notice_area_dismiss').click(function() {
[6] Fix | Delete
jQuery('#system_notice_area').animate({
[7] Fix | Delete
opacity : 'hide',
[8] Fix | Delete
height : 'hide'
[9] Fix | Delete
}, 500);
[10] Fix | Delete
[11] Fix | Delete
});
[12] Fix | Delete
[13] Fix | Delete
});
[14] Fix | Delete
function XyzTwapToggleRadio(value,buttonId)
[15] Fix | Delete
{
[16] Fix | Delete
if (value == '1') {
[17] Fix | Delete
jQuery("#"+buttonId+"_no").removeClass( "xyz_twap_toggle_on" ).addClass( "xyz_twap_toggle_off" );
[18] Fix | Delete
jQuery("#"+buttonId+"_yes").removeClass( "xyz_twap_toggle_off" ).addClass( "xyz_twap_toggle_on" );
[19] Fix | Delete
}
[20] Fix | Delete
else if (value == '0') {
[21] Fix | Delete
jQuery("#"+buttonId+"_yes").removeClass( "xyz_twap_toggle_on" ).addClass( "xyz_twap_toggle_off" );
[22] Fix | Delete
jQuery("#"+buttonId+"_no").removeClass( "xyz_twap_toggle_off" ).addClass( "xyz_twap_toggle_on" );
[23] Fix | Delete
[24] Fix | Delete
}
[25] Fix | Delete
}
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function