diff --git a/html/src/app.js b/html/src/app.js
index 7355af5b..c836eec5 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -2632,7 +2632,7 @@ speechSynthesis.getVoices();
API.refreshFavoriteItems = function () {
var types = {
- 'friend': [0, 'getFavoriteFriends'],
+ // 'friend': [0, 'getFavoriteFriends'],
'world': [0, 'getFavoriteWorlds'],
'avatar': [0, 'getFavoriteAvatars']
};