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/commands
File: selectinvert.js
/**
[0] Fix | Delete
* @class elFinder command "selectinvert"
[1] Fix | Delete
* Invert Selection of cwd items
[2] Fix | Delete
*
[3] Fix | Delete
* @author Naoki Sawada
[4] Fix | Delete
**/
[5] Fix | Delete
elFinder.prototype.commands.selectinvert = function() {
[6] Fix | Delete
"use strict";
[7] Fix | Delete
this.updateOnSelect = false;
[8] Fix | Delete
[9] Fix | Delete
this.getstate = function() {
[10] Fix | Delete
return 0;
[11] Fix | Delete
};
[12] Fix | Delete
[13] Fix | Delete
this.exec = function() {
[14] Fix | Delete
jQuery(document).trigger(jQuery.Event('keydown', { keyCode: 73, ctrlKey : true, shiftKey : true, altKey : false, metaKey : false }));
[15] Fix | Delete
return jQuery.Deferred().resolve();
[16] Fix | Delete
};
[17] Fix | Delete
[18] Fix | Delete
};
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function