Some older threads (/s/12370429, /tg/15396072) have , for commas.
This commit is contained in:
parent
a6ce87477e
commit
d0dbf76c08
@ -5,8 +5,8 @@ Build =
|
|||||||
|
|
||||||
unescape: (text) ->
|
unescape: (text) ->
|
||||||
return text unless text?
|
return text unless text?
|
||||||
text.replace(/<[^>]*>/g, '').replace /&(amp|#039|quot|lt|gt);/g, (c) ->
|
text.replace(/<[^>]*>/g, '').replace /&(amp|#039|quot|lt|gt|#44);/g, (c) ->
|
||||||
{'&': '&', ''': "'", '"': '"', '<': '<', '>': '>'}[c]
|
{'&': '&', ''': "'", '"': '"', '<': '<', '>': '>', ',': ','}[c]
|
||||||
|
|
||||||
shortFilename: (filename) ->
|
shortFilename: (filename) ->
|
||||||
threshold = 30
|
threshold = 30
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user