tweak backlink spacing code
This commit is contained in:
parent
0b589b6a58
commit
ae22fc8df9
@ -1759,8 +1759,7 @@
|
|||||||
if ($.config('Quote Inline')) {
|
if ($.config('Quote Inline')) {
|
||||||
$.bind(link, 'click', quoteInline.toggle);
|
$.bind(link, 'click', quoteInline.toggle);
|
||||||
}
|
}
|
||||||
$.append(container = $('.container', el), $.tn(' '));
|
_results.push($.append($('.container', el), $.tn(' '), link));
|
||||||
_results.push($.append(container, link));
|
|
||||||
}
|
}
|
||||||
return _results;
|
return _results;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1412,8 +1412,7 @@ quoteBacklink =
|
|||||||
$.bind link, 'mouseout', quotePreview.mouseout
|
$.bind link, 'mouseout', quotePreview.mouseout
|
||||||
if $.config 'Quote Inline'
|
if $.config 'Quote Inline'
|
||||||
$.bind link, 'click', quoteInline.toggle
|
$.bind link, 'click', quoteInline.toggle
|
||||||
$.append container = $('.container', el), $.tn(' ')
|
$.append $('.container', el), $.tn(' '), link
|
||||||
$.append container, link
|
|
||||||
|
|
||||||
quoteInline =
|
quoteInline =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user