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>') %>`
|
||||
n: ->
|
||||
fullname = @file.name
|
||||
shortname = g.SITE.Build.shortFilename @file.name, @isReply
|
||||
shortname = SW.yotsuba.Build.shortFilename @file.name, @isReply
|
||||
if fullname is shortname
|
||||
`<%= html('${fullname}') %>`
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user