Browse Source

get op from input value

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
274ac0965a
  1. 2
      js/inline.js

2
js/inline.js

@ -8,7 +8,7 @@
if ($clone.length)
return $clone.remove()
var OP = location.pathname.match(/(\d+).html/)[1]
var OP = $('input[name="thread"]').val()
var selector = postNum === OP
? '.op .body'
: '#reply_' + postNum + ' .body'

Loading…
Cancel
Save