mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fix for #2747
This commit is contained in:
parent
03802c0c83
commit
1738a44ca8
1 changed files with 1 additions and 1 deletions
|
@ -9276,7 +9276,7 @@
|
|||
}
|
||||
|
||||
function p13setActions() {
|
||||
var advancedFeatures = (currentNode.agent.id != 14); // Reduct file feature on some devices.
|
||||
var advancedFeatures = ((currentNode.agent != null) && (currentNode.agent.id != 14)); // Reduce file feature on some devices.
|
||||
if (p13filetree == null) {
|
||||
QE('p13DeleteFileButton', false);
|
||||
QE('p13NewFolderButton', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue