Removed unused easter egg.
This commit is contained in:
parent
9841468f59
commit
9a86cf73ad
1 changed files with 0 additions and 3 deletions
|
@ -213,9 +213,6 @@ Umi.UI.Messages = (function() {
|
|||
eText.classList.add('message__text');
|
||||
eMeta.append(eTime);
|
||||
eContainer.append(eText);
|
||||
|
||||
if(msgAuthor?.id === '136')
|
||||
eBase.style.transform = 'scaleY(' + (0.76 + (0.01 * Math.max(0, Math.ceil(Date.now() / (7 * 24 * 60 * 60000)) - 2813))).toString() + ')';
|
||||
}
|
||||
|
||||
eBase.classList.add(`message--user-${msgAuthor?.id ?? '-1'}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue