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
f1a599f0
Commit
f1a599f0
authored
Nov 17, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web_dev_imai
parents
9013b5bd
739e1686
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
abweb/common/js/common.js
+0
-0
abweb/html/pickup.html
+1
-1
abweb/js/reportList/reportList.js
+7
-0
No files found.
abweb/common/js/common.js
View file @
f1a599f0
This diff is collapsed.
Click to expand it.
abweb/html/pickup.html
View file @
f1a599f0
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<title
lang=
"pickup"
></title>
<title
class=
"lang"
lang=
"pickup"
></title>
<!-- favicons -->
<link
href=
"../common/img/favicon.ico"
rel=
"icon"
>
<link
href=
"../common/img/apple-touch-icon.png"
rel=
"apple-touch-icon"
>
...
...
abweb/js/reportList/reportList.js
View file @
f1a599f0
...
...
@@ -12,12 +12,19 @@
RL
.
init
=
function
()
{
//Check if user is logged in
COMMON
.
showLoading
();
console
.
log
(
"kdh check closeLoading RL.init1"
);
COMMON
.
checkAuth
(
false
);
console
.
log
(
"kdh check closeLoading RL.init2"
);
console
.
log
(
'ReportList init start'
);
console
.
log
(
"kdh check closeLoading RL.init3"
);
RL
.
checkQuickReport
();
console
.
log
(
"kdh check closeLoading RL.init4"
);
RL
.
loadCommon
();
console
.
log
(
"kdh check closeLoading RL.init5"
);
RL
.
initTaskReportList
();
console
.
log
(
"kdh check closeLoading RL.init6"
);
COMMON
.
closeLoading
();
console
.
log
(
"kdh check closeLoading RL.init7"
);
};
/**
...
...
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