MediaWiki:Gadget-UserDetails.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
(Created page)
 
mNo edit summary
Line 77: Line 77:
   }
   }
   
   
   span.setAttribute('class','detected-userrights');
   span.setAttribute('class','detected-userdetails');
   span.appendChild(document.createTextNode(text));
   span.appendChild(document.createTextNode(text));
   someHeading.appendChild(span);
   someHeading.appendChild(span);
   someHeading.setAttribute('title',title);
   someHeading.setAttribute('title',title);
   someHeading.className += ' detected-userrights-heading';
   someHeading.className += ' detected-userdetails-heading';
}
}