Sindbad~EG File Manager

Current Path : /proc/self/cwd/wp-content/plugins/wp-file-manager/lib/js/commands/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/wp-file-manager/lib/js/commands/selectinvert.js

/**
 * @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();
	};

};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists