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

Content deleted Content added
added the ability to do custom labels (hopefully)
whoops
Line 32:
if(this.window.UserRoleIndicatorCustomLabels){
this.roleInfoLookup = { ...defaultRoleInfoLookup, ...window.UserRoleIndicatorCustomLabels };
}else{
this.roleInfoLookup = defaultRoleInfoLookup;
}