Commit c24aa9ea by Takumi Imai

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

Feature/1.0 check web dev

See merge request !97
parents f7ba2d01 50f7b310
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
var RF = {}; var RF = {};
RF.addReportFlg; RF.addReportFlg;
RF.interval = setInterval(RF.init(), 500);
/** /**
* init * init
...@@ -34,6 +33,8 @@ RF.init = function () { ...@@ -34,6 +33,8 @@ RF.init = function () {
RF.loadCommon(); RF.loadCommon();
}; };
RF.interval = setInterval(RF.init(), 1000);
/** /**
* load common * load common
*/ */
......
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