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
435de41a
Commit
435de41a
authored
Nov 14, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1.0_check_web_dev_50298' into 'feature/1.0_check_web_dev'
Feature/1.0 check web dev 50298 See merge request
!51
parents
6387ec20
27ed0f3d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
abweb/common/js/header.js
+1
-1
abweb/common/json/lang/lang-en.json
+1
-1
abweb/html/pickup.html
+0
-1
No files found.
abweb/common/js/header.js
View file @
435de41a
...
@@ -145,7 +145,7 @@ HEADER.processLogout = function () {
...
@@ -145,7 +145,7 @@ HEADER.processLogout = function () {
* Go page of operationList
* Go page of operationList
*/
*/
HEADER
.
goOperationList
=
function
()
{
HEADER
.
goOperationList
=
function
()
{
sessionStorage
.
active
Tab
=
CONSTANT
.
PAGE_TAB
.
OPERATION_LIST
;
sessionStorage
.
active
HomePage
=
CONSTANT
.
PAGE_NAME
.
OPERATION_LIST
;
OL
.
init
();
OL
.
init
();
};
};
...
...
abweb/common/json/lang/lang-en.json
View file @
435de41a
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"dashboardSettings"
:
"Dashboard Settings"
,
"dashboardSettings"
:
"Dashboard Settings"
,
"pickup"
:
"Pick up"
,
"pickup"
:
"Pick up"
,
"communication"
:
"Communication"
,
"communication"
:
"Communication"
,
"workList"
:
"
Work
list"
,
"workList"
:
"
Operation
list"
,
"profile"
:
"Profile"
,
"profile"
:
"Profile"
,
"account_setting"
:
"Account setting"
,
"account_setting"
:
"Account setting"
,
"newRegistrationTitle"
:
"New Registration"
,
"newRegistrationTitle"
:
"New Registration"
,
...
...
abweb/html/pickup.html
View file @
435de41a
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"
></script>
<script
type=
"text/javascript"
src=
"../js/topPage/topPage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"../js/pickup/pickup.js"
></script>
<script
type=
"text/javascript"
src=
"../js/pickup/pickup.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
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