Browse Source

remove inlined posts for new inlined posts

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
9dce04ebc8
  1. 1
      js/inline.js

1
js/inline.js

@ -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…
Cancel
Save