Fix bug causing some sections on advanced settings not to show up outside 4chan.
This commit is contained in:
parent
3b938f4655
commit
c2874c1afe
@ -45,7 +45,7 @@ FileInfo =
|
|||||||
L: -> `<%= html('<a href="${this.file.url}" target="_blank">&{FileInfo.formatters.N.call(this)}</a>') %>`
|
L: -> `<%= html('<a href="${this.file.url}" target="_blank">&{FileInfo.formatters.N.call(this)}</a>') %>`
|
||||||
n: ->
|
n: ->
|
||||||
fullname = @file.name
|
fullname = @file.name
|
||||||
shortname = g.SITE.Build.shortFilename @file.name, @isReply
|
shortname = SW.yotsuba.Build.shortFilename @file.name, @isReply
|
||||||
if fullname is shortname
|
if fullname is shortname
|
||||||
`<%= html('${fullname}') %>`
|
`<%= html('${fullname}') %>`
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user