Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
Stupid mod mail count bug
Browse files Browse the repository at this point in the history
See issue 420 [11]
  • Loading branch information
agentlame committed Jan 2, 2015
1 parent 9c4c7ef commit 0241bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/modmailpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ modmail.modmailpro = function () {
count = count.toString() + '+';
moreCommentThreads.push(threadID);
}
$('<span class="message-count">' + count + ' </span>' + spacer).appendTo($infoArea);
$('<span class="tb-message-count">' + count + ' </span>' + spacer).appendTo($infoArea);
} else {
unansweredThreads.push(threadID);

Expand Down
2 changes: 1 addition & 1 deletion styles/toolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ body.res-nightmode.mod-page a.pretty-button:focus {
padding-left: 20px!important;
}

.mod-toolbox .mmp-processed .message-count {
.mod-toolbox .mmp-processed .tb-message-count {
background-color: rgba(0, 0, 0, 0);
color: #369;
display: inline;
Expand Down

0 comments on commit 0241bb8

Please sign in to comment.