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
21d5fe3f
Commit
21d5fe3f
authored
May 15, 2023
by
takashi sasaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1.1.0_dev_kamimura' into 'feature/1.1.0_dev'
【規約同意】未ログイン時の利用規約画面の認証エラー表示 See merge request
!137
parents
77c563ce
6de9129c
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 @
21d5fe3f
...
...
@@ -24,6 +24,7 @@ COMMON.loginCheckPageList = [
CONSTANT
.
PAGE_NAME
.
SETTING
,
CONSTANT
.
PAGE_NAME
.
PICKUP
,
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
CONSTANT
.
PAGE_NAME
.
AGREEMENT_TO_TERMS
,
];
COMMON
.
hasErrorKey
=
'AVW_HASERR'
;
...
...
abweb/common/js/constant.js
View file @
21d5fe3f
...
...
@@ -30,6 +30,7 @@ CONSTANT.PAGE_NAME = {
FILE_SELECT
:
'fileSelect'
,
DEFAULT
:
'index'
,
LOGIN
:
'./login.html'
,
AGREEMENT_TO_TERMS
:
'agreementToTerms'
,
};
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