mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:53:22 +02:00
Merge branch 'overte-org:master' into More-Replacement
This commit is contained in:
commit
03cd963a62
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
messageObj = JSON.parse(message);
|
||||
if (messageObj.channel === channel) {
|
||||
if (messageObj.action === "FLY-AVATAR-URL") {
|
||||
flyAvatarUrl = messageObj.url;
|
||||
flyAvatarUrl = messageObj.url || [];
|
||||
bookmarks = messageObj.bookmarks;
|
||||
flyAvatarSwitch = messageObj.mainSwitch;
|
||||
document.getElementById("mainSwitch").checked = flyAvatarSwitch;
|
||||
|
|
|
@ -82,7 +82,7 @@ var metadata = { "applications":
|
|||
"caption": "REFRESH"
|
||||
},
|
||||
{
|
||||
"isActive": true,
|
||||
"isActive": false,
|
||||
"directory": "nametags",
|
||||
"name": "Nametags",
|
||||
"description": "Display users' display names above their heads.",
|
||||
|
|
Loading…
Reference in a new issue