Whitespace fixes.
This commit is contained in:
parent
ffa6bd58a0
commit
5cd7e0c5e0
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1 +1 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
|
|||||||
@ -80,7 +80,7 @@ class Post
|
|||||||
for quotelink in $$ '.quotelink', @nodes.comment
|
for quotelink in $$ '.quotelink', @nodes.comment
|
||||||
@parseQuote quotelink
|
@parseQuote quotelink
|
||||||
return
|
return
|
||||||
|
|
||||||
parseQuote: (quotelink) ->
|
parseQuote: (quotelink) ->
|
||||||
# Only add quotes that link to posts on an imageboard.
|
# Only add quotes that link to posts on an imageboard.
|
||||||
# Don't add:
|
# Don't add:
|
||||||
@ -100,7 +100,7 @@ class Post
|
|||||||
|
|
||||||
# Don't count capcode replies as quotes in OPs. (Admin/Mod/Dev Replies: ...)
|
# Don't count capcode replies as quotes in OPs. (Admin/Mod/Dev Replies: ...)
|
||||||
return if @isClone or !@isReply and $.hasClass quotelink.parentNode.parentNode, 'capcodeReplies'
|
return if @isClone or !@isReply and $.hasClass quotelink.parentNode.parentNode, 'capcodeReplies'
|
||||||
|
|
||||||
# ES6 Set when?
|
# ES6 Set when?
|
||||||
fullID = "#{match[1]}.#{match[2]}"
|
fullID = "#{match[1]}.#{match[2]}"
|
||||||
@quotes.push fullID if @quotes.indexOf(fullID) is -1
|
@quotes.push fullID if @quotes.indexOf(fullID) is -1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user