Skip to content

Commit 97a7bf6

Browse files
Update index.html
1 parent db6b881 commit 97a7bf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h4><a class="nb-button green" style="display:block; margin: 0 auto; width: 65%
462462
</div>
463463

464464
<script>
465-
$('.announcement__close').click(function(){
466-
$(".announcement, .content").removeClass("open");
467-
});
465+
if (authStatus == 1) {
466+
new AWN().info('Welcome back ' + authUsername + '!');
467+
};
468468
</script>

0 commit comments

Comments
 (0)