This commit is contained in:
James Campos 2011-06-20 13:56:43 -07:00
parent 79f6cd6ca2
commit 74a928790b
2 changed files with 2 additions and 2 deletions

View File

@ -1831,7 +1831,7 @@
init: function() {
return g.callbacks.push(function(root) {
var el, id, link, opbl, qid, quote, quotes, _i, _len, _ref, _results;
if (/inline/.test(root.className)) {
if ($('.container', root)) {
return;
}
$.after($('span[id^=no]', root), $.el('span', {

View File

@ -1441,7 +1441,7 @@ titlePost =
quoteBacklink =
init: ->
g.callbacks.push (root) ->
return if /inline/.test root.className
return if $ '.container', root
$.after $('span[id^=no]', root), $.el 'span', className: 'container'
# op or reply
id = root.id or $('td[id]', root).id