fix typos in JavaScript file
This commit is contained in:
parent
a296370484
commit
afd4416eaa
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ function submitReplacing(targetId, formId, url) {
|
||||||
mimetype: "text/html",
|
mimetype: "text/html",
|
||||||
load: function(response, ioArgs) {
|
load: function(response, ioArgs) {
|
||||||
replaceNode(response, targetId);
|
replaceNode(response, targetId);
|
||||||
return resonse;
|
return response;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -144,7 +144,7 @@ function xhrSubmitPopup(formId, url) {
|
||||||
mimetype: "text/html",
|
mimetype: "text/html",
|
||||||
load: function(response, ioArgs) {
|
load: function(response, ioArgs) {
|
||||||
window.close();
|
window.close();
|
||||||
return resonse;
|
return response;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue