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

View File

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