Commit 582dfa9e by Takumi Imai

initのコメント追加

parent ecb94893
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
var HEADER = {}; var HEADER = {};
/**
* init
*/
HEADER.init = function () { HEADER.init = function () {
$('#dspLoginId').text(ClientData.userInfo_loginId()); $('#dspLoginId').text(ClientData.userInfo_loginId());
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
var PP = {}; var PP = {};
/**
* init
*/
PP.init = function () { PP.init = function () {
//Check if user is logged in //Check if user is logged in
COMMON.checkAuth(false); COMMON.checkAuth(false);
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
var RF = {}; var RF = {};
/**
* init
*/
RF.init = function () { RF.init = function () {
//Check if user is logged in //Check if user is logged in
COMMON.checkAuth(false); COMMON.checkAuth(false);
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
var RL = {}; var RL = {};
/**
* init
*/
RL.init = function () { RL.init = function () {
//Check if user is logged in //Check if user is logged in
COMMON.checkAuth(false); COMMON.checkAuth(false);
......
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