Commit 7284ccb8 by Kang Donghun

Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web_dev_kangdh

# Conflicts:
#	abvw/common/js/appCommon/check-common.js
#	abvw/common/js/appCommon/constant.js
parents 14fdd33f c196544c
......@@ -229,11 +229,6 @@ CHK_Common.cmsAjax = function (url, param, async = true, type, dataType, callbac
async: async,
crossDomain: true,
beforeSend: function(xhr) {
/*
* ABook viewer for WEB 用のリクエストヘッダに、以下のヘッダを付加する
* X-AGT-AppId: ABookWebCL
* X-AGT-AppVersion: 0.0.1
*/
xhr.setRequestHeader('X-AGT-AppId', sysSettings.appName);
xhr.setRequestHeader('X-AGT-AppVersion', sysSettings.appVersion);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment