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/wp-conte.../plugins/meks-the.../js
File: admin.js
(function($) {
[0] Fix | Delete
$(document).ready(function() {
[1] Fix | Delete
[2] Fix | Delete
$('body').on('click', '.meks-themeforest-smart-widget-type', function(){
[3] Fix | Delete
var type = $(this).val();
[4] Fix | Delete
var wrap = $(this).closest('.widget-content');
[5] Fix | Delete
var user = wrap.find('.meks-themeforest-smart-widget-user');
[6] Fix | Delete
var cat = wrap.find('.meks-themeforest-smart-widget-cat');
[7] Fix | Delete
var order = wrap.find('.meks-themeforest-smart-widget-order');
[8] Fix | Delete
if(type == 'popular'){
[9] Fix | Delete
user.fadeOut(300);
[10] Fix | Delete
cat.fadeOut(300);
[11] Fix | Delete
order.fadeOut(300);
[12] Fix | Delete
} else if (type == 'latest'){
[13] Fix | Delete
user.fadeOut(300);
[14] Fix | Delete
cat.fadeIn(300);
[15] Fix | Delete
order.fadeOut(300);
[16] Fix | Delete
} else {
[17] Fix | Delete
//user
[18] Fix | Delete
user.fadeIn(300);
[19] Fix | Delete
cat.fadeIn(300);
[20] Fix | Delete
order.fadeIn(300);
[21] Fix | Delete
}
[22] Fix | Delete
});
[23] Fix | Delete
[24] Fix | Delete
});
[25] Fix | Delete
[26] Fix | Delete
})(jQuery);
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function