Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
6de9129c
Commit
6de9129c
authored
May 15, 2023
by
Hayato Kamimura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【規約同意】未ログイン時の利用規約画面の認証エラー表示
parent
1c988fe0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
abweb/common/js/common.js
+1
-0
abweb/common/js/constant.js
+1
-0
No files found.
abweb/common/js/common.js
View file @
6de9129c
...
@@ -24,6 +24,7 @@ COMMON.loginCheckPageList = [
...
@@ -24,6 +24,7 @@ COMMON.loginCheckPageList = [
CONSTANT
.
PAGE_NAME
.
SETTING
,
CONSTANT
.
PAGE_NAME
.
SETTING
,
CONSTANT
.
PAGE_NAME
.
PICKUP
,
CONSTANT
.
PAGE_NAME
.
PICKUP
,
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
CONSTANT
.
PAGE_NAME
.
AGREEMENT_TO_TERMS
,
];
];
COMMON
.
hasErrorKey
=
'AVW_HASERR'
;
COMMON
.
hasErrorKey
=
'AVW_HASERR'
;
...
...
abweb/common/js/constant.js
View file @
6de9129c
...
@@ -30,6 +30,7 @@ CONSTANT.PAGE_NAME = {
...
@@ -30,6 +30,7 @@ CONSTANT.PAGE_NAME = {
FILE_SELECT
:
'fileSelect'
,
FILE_SELECT
:
'fileSelect'
,
DEFAULT
:
'index'
,
DEFAULT
:
'index'
,
LOGIN
:
'./login.html'
,
LOGIN
:
'./login.html'
,
AGREEMENT_TO_TERMS
:
'agreementToTerms'
,
};
};
CONSTANT
.
URL_TREE_NAME
=
{
CONSTANT
.
URL_TREE_NAME
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment