Revert "fix #176"

This reverts commit 74a928790b8034f485d8ba8b9717d6379423b9df.
This commit is contained in:
James Campos 2011-06-20 14:19:20 -07:00
parent 74a928790b
commit f80d5e553a
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 ($('.container', root)) { if (/inline/.test(root.className)) {
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 $ '.container', root return if /inline/.test root.className
$.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