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
ef844de3
Commit
ef844de3
authored
Jul 16, 2024
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ABookCheck WEB版難読化調査
parent
d5d85487
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
abvw/common/js/html2canvas.js
+0
-0
abvw/common/js/scrolltopcontrol.js
+3
-3
abweb/common/js/constant.js
+1
-1
abweb/common/js/event.js
+2
-2
abweb/common/js/header.js
+1
-1
No files found.
abvw/common/js/html2canvas.js
View file @
ef844de3
This diff is collapsed.
Click to expand it.
abvw/common/js/scrolltopcontrol.js
View file @
ef844de3
...
@@ -71,6 +71,6 @@ var scrolltotop={
...
@@ -71,6 +71,6 @@ var scrolltotop={
})
})
})
})
}
}
}
}
;
scrolltotop
.
init
()
scrolltotop
.
init
();
\ No newline at end of file
\ No newline at end of file
abweb/common/js/constant.js
View file @
ef844de3
...
@@ -54,7 +54,7 @@ CONSTANT.PICK_UP_TYPE = {
...
@@ -54,7 +54,7 @@ CONSTANT.PICK_UP_TYPE = {
NEW_REPORT
:
'newReport'
,
NEW_REPORT
:
'newReport'
,
CONTINOUS_WORK
:
'continousWork'
,
CONTINOUS_WORK
:
'continousWork'
,
WARNING_REPORT
:
'warningReport'
,
WARNING_REPORT
:
'warningReport'
,
}
}
;
CONSTANT
.
URL_TREE_PASS
=
{
CONSTANT
.
URL_TREE_PASS
=
{
1
:
[
CONSTANT
.
URL_TREE_NAME
.
DASHBOARD
,
CONSTANT
.
URL_TREE_NAME
.
PICKUP
,
CONSTANT
.
URL_TREE_NAME
.
REPORT_LIST
,
CONSTANT
.
URL_TREE_NAME
.
REPORT_FORM
],
1
:
[
CONSTANT
.
URL_TREE_NAME
.
DASHBOARD
,
CONSTANT
.
URL_TREE_NAME
.
PICKUP
,
CONSTANT
.
URL_TREE_NAME
.
REPORT_LIST
,
CONSTANT
.
URL_TREE_NAME
.
REPORT_FORM
],
...
...
abweb/common/js/event.js
View file @
ef844de3
...
@@ -56,7 +56,7 @@ function hide_del_btn() {
...
@@ -56,7 +56,7 @@ function hide_del_btn() {
$
(
this
).
parent
().
find
(
'.ac-tb-form'
).
hide
();
$
(
this
).
parent
().
find
(
'.ac-tb-form'
).
hide
();
}
}
});
});
}
}
;
/** Handle when deleting while closing the accordion */
/** Handle when deleting while closing the accordion */
function
tbWrapClear
(
tbwrap
)
{
function
tbWrapClear
(
tbwrap
)
{
// If you delete the form while closing the accordion
// If you delete the form while closing the accordion
...
@@ -66,7 +66,7 @@ function tbWrapClear(tbwrap) {
...
@@ -66,7 +66,7 @@ function tbWrapClear(tbwrap) {
}
else
{
}
else
{
tbwrap
.
removeClass
(
'visually-hidden'
);
tbwrap
.
removeClass
(
'visually-hidden'
);
}
}
}
}
;
/** input form accordion */
/** input form accordion */
$
(
'.ac-tb-form'
).
on
(
'click'
,
function
()
{
$
(
'.ac-tb-form'
).
on
(
'click'
,
function
()
{
...
...
abweb/common/js/header.js
View file @
ef844de3
...
@@ -18,7 +18,7 @@ var HEADER = {};
...
@@ -18,7 +18,7 @@ var HEADER = {};
HEADER
.
initLogout
=
function
()
{
HEADER
.
initLogout
=
function
()
{
$
(
"#btnLogout"
).
click
(
HEADER
.
logoutFunction
);
$
(
"#btnLogout"
).
click
(
HEADER
.
logoutFunction
);
}
}
;
/**
/**
* create url tree & show breadcrumbs list
* create url tree & show breadcrumbs list
...
...
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