Ahem.
This commit is contained in:
parent
696b25c290
commit
91cb3f12f6
@ -1595,7 +1595,7 @@
|
|||||||
cb: {
|
cb: {
|
||||||
node: function(root) {
|
node: function(root) {
|
||||||
var i, link, names, prefix, prefixes, s, span, suffix, _len, _results;
|
var i, link, names, prefix, prefixes, s, span, suffix, _len, _results;
|
||||||
if (root.className === 'inline' && root.className !== 'crossquote') {
|
if (root.className === 'inline') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
prefixes = (function() {
|
prefixes = (function() {
|
||||||
|
|||||||
@ -1306,7 +1306,7 @@ sauce =
|
|||||||
g.callbacks.push sauce.cb.node
|
g.callbacks.push sauce.cb.node
|
||||||
cb:
|
cb:
|
||||||
node: (root) ->
|
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] != '#')
|
prefixes = (s for s in ($.config('flavors').split '\n') when s[0] != '#')
|
||||||
names = (prefix.match(/(\w+)\./)[1] for prefix in prefixes)
|
names = (prefix.match(/(\w+)\./)[1] for prefix in prefixes)
|
||||||
if span = $ 'span.filesize', root
|
if span = $ 'span.filesize', root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user