aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/frontend/comments.js
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/comments/frontend/comments.js')
-rw-r--r--bootstrap/comments/frontend/comments.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/comments/frontend/comments.js b/bootstrap/comments/frontend/comments.js
index d8bace6..0434837 100644
--- a/bootstrap/comments/frontend/comments.js
+++ b/bootstrap/comments/frontend/comments.js
@@ -86,9 +86,9 @@ HashOverConstructor.prototype.comments = {
classes += ' hashover-reply';
// Append class to indicate odd or even reply for CSS styling
if ((commentKey.split("r").length & 1) == 0) {
- classes += ' odd';
+ classes += ' comment-post-odd';
} else {
- classes += ' even';
+ classes += ' comment-post-even';
}
}
}