Backlinks
This commit is contained in:
parent
9e139f761e
commit
36b0ef5436
@ -3594,7 +3594,7 @@
|
||||
a = $.el('a', {
|
||||
href: "/" + this.board + "/res/" + this.thread + "#p" + this,
|
||||
className: this.isHidden ? 'filtered backlink' : 'backlink',
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? QuoteYou.text : '')
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? '\u00A0(You)' : '')
|
||||
});
|
||||
_ref = this.quotes;
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
|
||||
@ -3590,7 +3590,7 @@
|
||||
a = $.el('a', {
|
||||
href: "/" + this.board + "/res/" + this.thread + "#p" + this,
|
||||
className: this.isHidden ? 'filtered backlink' : 'backlink',
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? QuoteYou.text : '')
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? '\u00A0(You)' : '')
|
||||
});
|
||||
_ref = this.quotes;
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
|
||||
@ -3592,7 +3592,7 @@
|
||||
a = $.el('a', {
|
||||
href: "/" + this.board + "/res/" + this.thread + "#p" + this,
|
||||
className: this.isHidden ? 'filtered backlink' : 'backlink',
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? QuoteYou.text : '')
|
||||
textContent: (QuoteBacklink.funk(this.ID)) + (Conf['Mark Quotes of You'] && this.info.yours ? '\u00A0(You)' : '')
|
||||
});
|
||||
_ref = this.quotes;
|
||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||
|
||||
@ -27,7 +27,7 @@ QuoteBacklink =
|
||||
a = $.el 'a',
|
||||
href: "/#{@board}/res/#{@thread}#p#{@}"
|
||||
className: if @isHidden then 'filtered backlink' else 'backlink'
|
||||
textContent: (QuoteBacklink.funk @ID) + (if Conf['Mark Quotes of You'] and @info.yours then QuoteYou.text else '')
|
||||
textContent: (QuoteBacklink.funk @ID) + (if Conf['Mark Quotes of You'] and @info.yours then '\u00A0(You)' else '')
|
||||
for quote in @quotes
|
||||
containers = [QuoteBacklink.getContainer quote]
|
||||
if (post = g.posts[quote]) and post.nodes.backlinkContainer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user