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