refactor: alerts

This commit is contained in:
Barış Soner Uşaklı
2021-12-06 16:24:09 -05:00
parent 0a6eeb933e
commit 621c142f8e
2 changed files with 3 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ define('forum/topic', [
span.html('').addClass('hidden');
}
if ($(window).scrollTop() > 300) {
app.removeAlert('bookmark');
alerts.remove('bookmark');
}
}