Files
hub-insurance/wp-content/plugins/file-manager-advanced/application/library/js/commands/hidden.js
T
2026-07-02 15:54:39 -06:00

14 lines
276 B
JavaScript

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