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/wp-file-.../lib/js/ui
File: fullscreenbutton.js
/**
[0] Fix | Delete
* @class elFinder toolbar button to switch full scrren mode.
[1] Fix | Delete
*
[2] Fix | Delete
* @author Naoki Sawada
[3] Fix | Delete
**/
[4] Fix | Delete
[5] Fix | Delete
jQuery.fn.elfinderfullscreenbutton = function(cmd) {
[6] Fix | Delete
"use strict";
[7] Fix | Delete
return this.each(function() {
[8] Fix | Delete
var button = jQuery(this).elfinderbutton(cmd),
[9] Fix | Delete
icon = button.children('.elfinder-button-icon'),
[10] Fix | Delete
tm;
[11] Fix | Delete
cmd.change(function() {
[12] Fix | Delete
tm && cancelAnimationFrame(tm);
[13] Fix | Delete
tm = requestAnimationFrame(function() {
[14] Fix | Delete
var fullscreen = cmd.value;
[15] Fix | Delete
icon.addClass('elfinder-button-icon-fullscreen').toggleClass('elfinder-button-icon-unfullscreen', fullscreen);
[16] Fix | Delete
cmd.className = fullscreen? 'unfullscreen' : '';
[17] Fix | Delete
});
[18] Fix | Delete
});
[19] Fix | Delete
});
[20] Fix | Delete
};
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function