nah
This commit is contained in:
parent
f23c68de86
commit
5c29e62af7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!debounce && activity.type != 4) {
|
if (!debounce && activity.type != 4) {
|
||||||
addedHTML += `<h2><hr>What I'm up to:</h2><p><a href="/disc">Check it out in real time! (buggy & unoptimized)</a></p><div class="activity-container">`
|
addedHTML += `<h2><hr>What I'm up to:</h2><div class="activity-container">`
|
||||||
debounce = true
|
debounce = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue