mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Update script.js
This commit is contained in:
@@ -2668,8 +2668,7 @@ function TikTokFollow(data) {
|
|||||||
const user = data.nickname;
|
const user = data.nickname;
|
||||||
const tiktokIcon = `<img src="icons/platforms/tiktok.png" class="platform"/>`;
|
const tiktokIcon = `<img src="icons/platforms/tiktok.png" class="platform"/>`;
|
||||||
|
|
||||||
//titleDiv.innerHTML = `${tiktokIcon} ${user} followed`;
|
titleDiv.innerHTML = `${tiktokIcon} ${user} followed`;
|
||||||
titleDiv.innerHTML = `${user} followed`;
|
|
||||||
|
|
||||||
AddMessageItem(instance, data.msgId, 'tiktok', data.userId);
|
AddMessageItem(instance, data.msgId, 'tiktok', data.userId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user