Revert "fix #176"
This reverts commit 74a928790b8034f485d8ba8b9717d6379423b9df.
This commit is contained in:
parent
74a928790b
commit
f80d5e553a
@ -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', {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user