update dataman.js

This commit is contained in:
naielv
2025-08-13 21:43:49 +02:00
parent 7cb0fdea76
commit 9ceb62dff0

View File

@@ -5,9 +5,9 @@ PAGES.dataman = {
var roles = SUB_LOGGED_IN_DETAILS.Roles || ""
var rolesArr = roles.split(" ")
if (rolesArr.includes("ADMIN")) {
return True
return true
}
return False
return false
},
Title: "Admin. Datos",
edit: function(mid) {