Preserve case of respondee's slug when responding to their post.

v1.18.x
djls45 7 years ago committed by Julian Lam
parent b7fc8493b7
commit 4f0a24cfed

@ -338,7 +338,7 @@ define('forum/topic/postTools', [
}
if (post.length) {
slug = post.attr('data-userslug');
slug = utils.slugify(post.attr('data-username'), true);
}
if (post.length && post.attr('data-uid') !== '0') {
slug = '@' + slug;

Loading…
Cancel
Save