Commit 582dfa9e by Takumi Imai

initのコメント追加

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