????

Your IP : 18.189.185.100


Current Path : /proc/self/cwd/wp-content/plugins/file-manager-advanced/application/library/js/commands/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/file-manager-advanced/application/library/js/commands/hidden.js

/**
 * @class  elFinder command "hidden"
 * Always hidden command for uiCmdMap
 *
 * @author Naoki Sawada
 **/
elFinder.prototype.commands.hidden = function() {
	"use strict";
	this.hidden = true;
	this.updateOnSelect = false;
	this.getstate = function() {
		return -1;
	};
};