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