User:Bugghost/Scripts/UserRoleIndicator.js: Difference between revisions

Content deleted Content added
inside the link, not before
this would be a lot easier to debug if there was a user link on the preview page
Line 240:
if ( !title || title.startsWith( 'User:' ) ) {
this.$link.attr( 'title', descriptionForHover );
this.$link.prepend($("<div class='user-role-indicator-popup'>๐Ÿงน</div>").prepend(this.$link)
}