app/assets/javascripts/xforum/forum_user.js.coffee in xforum-0.0.30 vs app/assets/javascripts/xforum/forum_user.js.coffee in xforum-0.0.31
- old
+ new
@@ -204,9 +204,10 @@
editComment()
parseInt(span.offsetTop)
placeCommentSpan = (offset, id) ->
comment = document.getElementById('forum-comment-span')
+ offset=Math.min(400,offset)
comment.style.position = 'absolute'
comment.style.top = offset + 'px'
comment.style.left = '250px'
comment.dataset.restricted = false
comment.dataset.edit = false
\ No newline at end of file