Commit d2f8abf8 by Takumi Imai

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

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

See merge request !95
parents cc1d51c6 2ebd84bc
......@@ -13,7 +13,10 @@ RF.addReportFlg;
RF.init = function () {
COMMON.showLoading();
//Check if user is logged in
COMMON.checkAuth(false);
// for COMMON.sysSetting()
setTimeout(function () {
COMMON.checkAuth(false);
}, 1000);
COMMON.checkQuickReport(function (result) {
if (result) {
RF.addReportFlg = result.addReportFlg;
......
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