File "hidden.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/wp-file-manager/lib/js/commands/hidden.js
File
size: 276 B (276 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* @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;
};
};