diff --git a/applications/flyAvatar/flyAvatar.html b/applications/flyAvatar/flyAvatar.html index 2d22fbc..c03f33c 100644 --- a/applications/flyAvatar/flyAvatar.html +++ b/applications/flyAvatar/flyAvatar.html @@ -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; diff --git a/applications/metadata.js b/applications/metadata.js index 4ad5b5e..d05fa3c 100644 --- a/applications/metadata.js +++ b/applications/metadata.js @@ -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.",