Skip to content

Commit

Permalink
Not showing page links when cypht shows 'So alone', ie when message l…
Browse files Browse the repository at this point in the history
…ist is empty
  • Loading branch information
mmarcwabo committed Nov 14, 2023
1 parent 3789776 commit 3961add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ function Message_List() {
else {
$('.message_list').append('<div class="empty_list">'+hm_empty_folder()+'</div>');
}
$(".page_links").css("display", "none");// Hide page links as message list is empty
}
}
else {
Expand Down

0 comments on commit 3961add

Please sign in to comment.