Commit 2ebd84bc by Takumi Imai

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

parent 92f3ee3b
......@@ -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