Commit a486be7b by Takumi Imai

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

parent 0c907645
......@@ -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