The SM telling you to end the group warm up
![function decodeContentTags(str) {
var div = document.createElement("div");
div.innerHTML = str;
return div.innerHTML;
}
// ]]]]>]]>
function newTagLinks(postID, tags) {
tag = tags.split(",");
postTags = "post_tags_" + postID;
$(postTags).innerHTML = "";
for (i = 0; i < tag.length; i++) {
var addLabel = document.createElement("a");
addLabel.setAttribute("href", "/tagged/" + tag[i]);
addLabel.innerHTML = "#" + tag[i];
$(postTags).appendChild(addLabel);
}
}
// ]]]]>]]>
function displayTags(postID) {
existingTags = "";
hasTags = true;
if (String($("post_tags_" + postID)) != "null") {
for (i = 0; i < $("post_tags_" + postID).childElements().length; i++) {
existingTags += $("post_tags_" + postID).down(i).innerHTML.substr(1) + ",";
}
}
existingTags = existingTags.slice(0, - 1);
tags = prompt("Tags", existingTags);
if (tags != null) {
$("tagEdit-" + postID).innerHTML = "working...";
$("tagEdit-" + postID).removeAttribute("onClick");
editTags(postID, tags);
}
}
// ]]]]>]]>
function editTags(postID, tags) {
var editPost = "/edit/" + postID;
new Ajax.Request(editPost, {onSuccess: function (response) {r = response.responseText;dataStart = r.indexOf("](http://24.media.tumblr.com/tumblr_mb8pnbQF8g1r2hog5o1_400.gif)
-
macain reblogged this from whatshouldwecallactors
-
nickv47 likes this
-
daybreaklove likes this
-
xsind3r3llax reblogged this from whatshouldwecallactors
-
artisquestions reblogged this from daughterofmulan
-
alium likes this
-
daughterofmulan reblogged this from weirdowhocarez and added:
This is my job.
-
weirdowhocarez reblogged this from whatshouldwecallactors
-
emmyegee reblogged this from whatshouldwecallactors
-
emmyegee likes this
-
asifalaska likes this
-
asifalaska reblogged this from whatshouldwecallactors and added:
Fellow pfvers you know.
-
youre-just-passionatex3 reblogged this from whatshouldwecallactors
-
stagemanagerlove reblogged this from jarofdirt15 and added:
HAHAHAHA
-
abderian-aeolist reblogged this from whatshouldwecallactors
-
cassieissassy reblogged this from whatshouldwecallactors
-
basedoffthenovel reblogged this from whatshouldwecallactors
-
jarofdirt15 reblogged this from whatshouldwecallactors
-
theemmyjames likes this
-
justadamreed likes this
-
shinytail reblogged this from whatshouldwecallactors
-
nattybobo13 submitted this to whatshouldwecallactors