Commit d7c9f4e4 by Takumi Imai

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

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

See merge request !99
parents d33f841f a486be7b
......@@ -13,11 +13,11 @@ RF.addReportFlg;
RF.init = function () {
let count = 0;
if (new COMMON.sysSetting() != null) {
clearInterval(set_interval_id);
clearInterval(RF.interval);
} else {
count++;
if (count >= 5) {
clearInterval(set_interval_id);
clearInterval(RF.interval);
COMMON.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN);
}
return;
......
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