Content deleted Content added
Year2000Prob (talk | contribs) No edit summary |
Year2000Prob (talk | contribs) No edit summary |
||
Line 117:
$("#bodyContent img").attr("rel", "shadowbox[All images]").each(function() {
var self = $(this), url = (function() {
return $("#bodyContent img", $.get(self.attr("href")).responseXML).get(0).getAttribute("src");
})();
self.attr("href", url);
|