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: forward.js
/**
[0] Fix | Delete
* @class elFinder command "forward"
[1] Fix | Delete
* Open next visited folder
[2] Fix | Delete
*
[3] Fix | Delete
* @author Dmitry (dio) Levashov
[4] Fix | Delete
**/
[5] Fix | Delete
(elFinder.prototype.commands.forward = function() {
[6] Fix | Delete
"use strict";
[7] Fix | Delete
this.alwaysEnabled = true;
[8] Fix | Delete
this.updateOnSelect = true;
[9] Fix | Delete
this.shortcuts = [{
[10] Fix | Delete
pattern : 'ctrl+right'
[11] Fix | Delete
}];
[12] Fix | Delete
[13] Fix | Delete
this.getstate = function() {
[14] Fix | Delete
return this.fm.history.canForward() ? 0 : -1;
[15] Fix | Delete
};
[16] Fix | Delete
[17] Fix | Delete
this.exec = function() {
[18] Fix | Delete
return this.fm.history.forward();
[19] Fix | Delete
};
[20] Fix | Delete
[21] Fix | Delete
}).prototype = { forceLoad : true }; // this is required command
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function