Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var cssType = event.target.getAttribute("id").toString();
- var theID = cssType.split('-')[1];
- var theTitle = SGSFlair.config.flairs[theID]['title'];
- if (cssType.indexOf("SGSFlair-") != -1) {
- cssType = cssType.replace("SGSFlair-", "");
- } else {
- return;
- }
- var theUser = SGSFlair.user;
- var userRequested = SGSFlair.userElement;
- //alert(cssType + " " + SGSFlair.user + " " + SGSFlair.modHash);
- $(SGSFlair.loadingImage).css("display", "inline-block");
- // SGSFlair.textbox.disabled = true;
- $.ajax({
- type: "POST",
- url: "http://www.reddit.com/api/flair",
- data: {
- css_class: cssType,
- id: "#4xc05",
- text: theTitle,
- name: SGSFlair.user,
- r: SGSFlair.config.thisSub,
- renderstyle: "html",
- uh: SGSFlair.modHash
- },
Add Comment
Please, Sign In to add comment