mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
use Name instead of "Name"
This commit is contained in:
@ -538,7 +538,7 @@ function updateGlobalSkin(obj)
|
||||
}
|
||||
|
||||
if (obj["name"]) {
|
||||
GlobalSkin["Name"] = obj["name"];
|
||||
GlobalSkin.Name = obj["name"];
|
||||
}
|
||||
|
||||
updateGlobalSkinColors(obj);
|
||||
|
||||
Reference in New Issue
Block a user