mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
unnecessary function
This commit is contained in:
parent
fc505af160
commit
b5b3854d9e
2 changed files with 3 additions and 9 deletions
|
@ -110,12 +110,6 @@ export function addNotification(
|
|||
`);
|
||||
}
|
||||
|
||||
export function init(): void {
|
||||
$("#alertsPopup .list")
|
||||
.empty()
|
||||
.append(`<div class="nothing">Nothing to show</div>`);
|
||||
}
|
||||
|
||||
$("#top #menu .showAlerts").on("click", () => {
|
||||
show();
|
||||
});
|
||||
|
|
|
@ -6,21 +6,21 @@
|
|||
<i class="fas fa-bell"></i>
|
||||
Account alerts
|
||||
</div>
|
||||
<div class="list"></div>
|
||||
<div class="list"><div class="nothing">Nothing to show</div></div>
|
||||
</div>
|
||||
<div class="psas">
|
||||
<div class="title">
|
||||
<i class="fas fa-bullhorn"></i>
|
||||
PSA's
|
||||
</div>
|
||||
<div class="list"></div>
|
||||
<div class="list"><div class="nothing">Nothing to show</div></div>
|
||||
</div>
|
||||
<div class="notificationHistory">
|
||||
<div class="title">
|
||||
<i class="fas fa-comment-alt"></i>
|
||||
Notifications history
|
||||
</div>
|
||||
<div class="list"></div>
|
||||
<div class="list"><div class="nothing">Nothing to show</div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue