mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Upload documents for notes in FAS
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
*/
|
||||
//Singleton SOAP Client
|
||||
var SOAPClient = {
|
||||
AjaxAsync: true,
|
||||
Proxy: "",
|
||||
SOAPServer: "",
|
||||
ContentType: "text/xml",
|
||||
@@ -44,7 +45,8 @@ var SOAPClient = {
|
||||
}
|
||||
}
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
async: SOAPClient.AjaxAsync,
|
||||
type: "POST",
|
||||
url: SOAPClient.Proxy,
|
||||
dataType: "xml",
|
||||
processData: false,
|
||||
|
||||
Reference in New Issue
Block a user