coding style
This commit is contained in:
parent
1d47d195fa
commit
ee3123c08b
@ -1858,9 +1858,9 @@
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
link = $.el('a', {
|
link = $.el('a', {
|
||||||
href: '#' + id,
|
href: "#" + id,
|
||||||
className: 'backlink',
|
className: 'backlink',
|
||||||
textContent: '>>' + id
|
textContent: ">>" + id
|
||||||
});
|
});
|
||||||
if ($.config('Quote Preview')) {
|
if ($.config('Quote Preview')) {
|
||||||
$.bind(link, 'mouseover', quotePreview.mouseover);
|
$.bind(link, 'mouseover', quotePreview.mouseover);
|
||||||
|
|||||||
@ -1457,9 +1457,9 @@ quoteBacklink =
|
|||||||
#don't backlink the op
|
#don't backlink the op
|
||||||
continue if opbl and el.className is 'op'
|
continue if opbl and el.className is 'op'
|
||||||
link = $.el 'a',
|
link = $.el 'a',
|
||||||
href: '#'+id
|
href: "##{id}"
|
||||||
className: 'backlink'
|
className: 'backlink'
|
||||||
textContent: '>>'+id
|
textContent: ">>#{id}"
|
||||||
if $.config 'Quote Preview'
|
if $.config 'Quote Preview'
|
||||||
$.bind link, 'mouseover', quotePreview.mouseover
|
$.bind link, 'mouseover', quotePreview.mouseover
|
||||||
$.bind link, 'mousemove', ui.hover
|
$.bind link, 'mousemove', ui.hover
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user