mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
escape datecreated string
This commit is contained in:
parent
d32b9b879d
commit
50b18a1a71
@ -88,7 +88,7 @@
|
||||
function getPlanRecordModelData() {
|
||||
return {
|
||||
id: @Model.Id,
|
||||
dateCreated: "@Model.DateCreated"
|
||||
dateCreated: \'@(Model.DateCreated)'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user