Fix typo
This commit is contained in:
@@ -55,8 +55,8 @@ script.
|
|||||||
ProjectUtils.setProjectAttributes({projectId: "{{project._id}}", isProject: true, nodeId: ''});
|
ProjectUtils.setProjectAttributes({projectId: "{{project._id}}", isProject: true, nodeId: ''});
|
||||||
|
|
||||||
function save(form, url) {
|
function save(form, url) {
|
||||||
let serizalizedData = $(form).serializeArray()
|
let serializedData = $(form).serializeArray()
|
||||||
$.post(url, serizalizedData)
|
$.post(url, serializedData)
|
||||||
.done(function(xhr) {
|
.done(function(xhr) {
|
||||||
toastr.success('Properties saved');
|
toastr.success('Properties saved');
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user