remove inlined posts for new inlined posts
This commit is contained in:
parent
2f85073d28
commit
9dce04ebc8
@ -58,6 +58,7 @@
|
||||
|
||||
var add = function(link, $target) {
|
||||
var $clone = $target.clone(true)
|
||||
$clone.find('.inline').remove()
|
||||
$clone.attr({
|
||||
"class": 'inline post',
|
||||
id: 'inline_' + link.targetNum,
|
||||
|
Loading…
Reference in New Issue
Block a user