##// END OF EJS Templates
Fixed reflink popups messing up the thread DOM
neko259 -
r475:42a9f21c default
parent child Browse files
Show More
@@ -57,7 +57,7 b' function showPostPreview(e) {'
57 cln.innerHTML = "<div class=\"post\">" + gettext('Loading...') + "</div>";
57 cln.innerHTML = "<div class=\"post\">" + gettext('Loading...') + "</div>";
58
58
59 if($('div[id='+pNum+']').length > 0) {
59 if($('div[id='+pNum+']').length > 0) {
60 var postdata = $('div[id='+pNum+']').wrap("<div/>").parent().html();
60 var postdata = $('div[id='+pNum+']').clone().wrap("<div/>").parent().html();
61
61
62 mkPreview(cln, postdata);
62 mkPreview(cln, postdata);
63 } else {
63 } else {
General Comments 0
You need to be logged in to leave comments. Login now