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