Commit d33f841f by Takumi Imai

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

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

See merge request !98
parents c24aa9ea 0c907645
...@@ -11,7 +11,6 @@ RF.addReportFlg; ...@@ -11,7 +11,6 @@ RF.addReportFlg;
* init * init
*/ */
RF.init = function () { RF.init = function () {
COMMON.showLoading();
let count = 0; let count = 0;
if (new COMMON.sysSetting() != null) { if (new COMMON.sysSetting() != null) {
clearInterval(set_interval_id); clearInterval(set_interval_id);
...@@ -23,6 +22,7 @@ RF.init = function () { ...@@ -23,6 +22,7 @@ RF.init = function () {
} }
return; return;
} }
COMMON.showLoading();
//Check if user is logged in //Check if user is logged in
COMMON.checkAuth(false); COMMON.checkAuth(false);
COMMON.checkQuickReport(function (result) { COMMON.checkQuickReport(function (result) {
......
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