Commit b454735f by Takumi Imai

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

#50850 Edgeだと作業が開かない

See merge request !93
parents efaa553e e145e588
......@@ -301,7 +301,7 @@ COMMON.cmsAjax = function (url, param, async = true, callback, errorCallback, ty
*/
COMMON.checkAuth = function (async = true) {
let params = {};
params.sid = COMMON.getSid;
params.sid = COMMON.getSid();
const url = COMMON.format(ClientData.conf_checkApiUrl(), ClientData.userInfo_accountPath()) + CONSTANT.URL.CMS.API.AUTH_SESSION;
COMMON.cmsAjax(url, params, async, null, function () {
COMMON.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN);
......
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