also fix a small bug
This commit is contained in:
parent
7f920b552f
commit
ed3ab83c07
@ -351,7 +351,7 @@ Settings =
|
|||||||
@nextElementSibling.textContent = Time.format @value, new Date()
|
@nextElementSibling.textContent = Time.format @value, new Date()
|
||||||
|
|
||||||
backlink: ->
|
backlink: ->
|
||||||
@nextElementSibling.textContent = @value.replace /%id/, '123456789'
|
@nextElementSibling.textContent = @value.replace /%id/g, '123456789'
|
||||||
|
|
||||||
fileInfo: ->
|
fileInfo: ->
|
||||||
data =
|
data =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user