mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-03-31 10:23:35 +08:00
[oform] New default color for the default role
This commit is contained in:
@ -103,7 +103,7 @@
|
|||||||
{
|
{
|
||||||
// TODO: Возможно стоит придумать уникальный id общий для дефолтовой роли
|
// TODO: Возможно стоит придумать уникальный id общий для дефолтовой роли
|
||||||
this.setRole("Anyone");
|
this.setRole("Anyone");
|
||||||
this.setColor(128, 128, 128);
|
this.setColor(255, 239, 191);
|
||||||
};
|
};
|
||||||
CUserMaster.prototype.compare = function(user)
|
CUserMaster.prototype.compare = function(user)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user