📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 07:41:10
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
js
/
commands
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/wp-file-manager/lib/js/commands
🔄 Refresh
✏️
Editing: selectinvert.js
Writable
/** * @class elFinder command "selectinvert" * Invert Selection of cwd items * * @author Naoki Sawada **/ elFinder.prototype.commands.selectinvert = function() { "use strict"; this.updateOnSelect = false; this.getstate = function() { return 0; }; this.exec = function() { jQuery(document).trigger(jQuery.Event('keydown', { keyCode: 73, ctrlKey : true, shiftKey : true, altKey : false, metaKey : false })); return jQuery.Deferred().resolve(); }; };
💾 Save Changes
❌ Cancel