summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js
index b898d6ad..e42c0333 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js
@@ -1,20 +1,20 @@
var sendMsg = {
- get : "get",
- post : "post"
+ get: "get",
+ post: "post"
}
function request(url, requestType, data, success, error, async) {
- var setting = {
- url : url,
- async : async ? async : false,
- type : requestType,
- dataType : "json",
- contentType : 'application/json;charset=UTF-8',
- data : data,
- success : success,
- error : error
- }
+ var setting = {
+ url: url,
+ async: async ? async : false,
+ type: requestType,
+ dataType: "json",
+ contentType: 'application/json;charset=UTF-8',
+ data: data,
+ success: success,
+ error: error
+ }
- $.ajax(setting);
+ $.ajax(setting);
} \ No newline at end of file