Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setUserFlair: function(event)
- {
- event.preventDefault();
- var theTitle, cssType = event.target.getAttribute("id").toString();
- if (cssType.indexOf("SGSFlair-") != -1) {
- cssType = cssType.replace("SGSFlair-", "");
- } else {
- return;
- }
- if (cssType) {
- theTitle = SGSFlair.config.flairs[cssType]['title'];
- } else {
- theTitle = '';
- }
- var theUser = SGSFlair.user;
- var userRequested = SGSFlair.userElement;
- //alert(cssType + " " + SGSFlair.user + " " + SGSFlair.modHash);
Advertisement
Add Comment
Please, Sign In to add comment