This commit is contained in:
Nicolas Stepien 2011-05-18 22:19:35 +02:00
parent 696b25c290
commit 91cb3f12f6
2 changed files with 2 additions and 2 deletions

View File

@ -1595,7 +1595,7 @@
cb: {
node: function(root) {
var i, link, names, prefix, prefixes, s, span, suffix, _len, _results;
if (root.className === 'inline' && root.className !== 'crossquote') {
if (root.className === 'inline') {
return;
}
prefixes = (function() {

View File

@ -1306,7 +1306,7 @@ sauce =
g.callbacks.push sauce.cb.node
cb:
node: (root) ->
return if root.className is 'inline' and root.className isnt 'crossquote'
return if root.className is 'inline'
prefixes = (s for s in ($.config('flavors').split '\n') when s[0] != '#')
names = (prefix.match(/(\w+)\./)[1] for prefix in prefixes)
if span = $ 'span.filesize', root