Skip to content

Commit

Permalink
Merge pull request #825 from mmarcwabo/hide_page_links_when_so_alone
Browse files Browse the repository at this point in the history
Not showing page links when cypht shows 'So alone', ie when message l…
  • Loading branch information
kroky authored Jan 31, 2024
2 parents 4f2eae3 + 3961add commit 2312006
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 @@ -938,6 +938,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 2312006

Please sign in to comment.