initial
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user