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
2fd810a4
Commit
2fd810a4
authored
Nov 16, 2022
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed to get addReportFlg
parent
6b6540e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
abweb/common/js/common.js
+3
-2
abweb/js/reportForm/reportForm.js
+0
-2
No files found.
abweb/common/js/common.js
View file @
2fd810a4
...
...
@@ -34,8 +34,8 @@ COMMON.loginCheckPageList = [CONSTANT.PAGE_NAME.DEFAULT, CONSTANT.PAGE_NAME.DASH
COMMON
.
hasErrorKey
=
'AVW_HASERR'
;
$
(
document
).
ready
(
function
()
{
if
(
location
.
href
.
includes
(
COMMON
.
loginCheckPageList
))
{
const
checkUrl
=
location
.
href
.
substring
(
location
.
href
.
lastIndexOf
(
'/'
)
+
1
,
location
.
href
.
lastIndexOf
(
".html"
));
if
(
COMMON
.
loginCheckPageList
.
includes
(
checkUrl
))
{
if
(
!
COMMON
.
checkLogin
(
CONSTANT
.
PAGE_NAME
.
LOGIN
)){
return
;
}
...
...
@@ -1110,6 +1110,7 @@ COMMON.checkLogin = function (option) {
'position'
:
'fixed'
,
'top'
:
'0'
,
'left'
:
'0'
,
'background'
:
"#ffffff"
,
'width'
:
$
(
window
).
width
(),
'height'
:
$
(
window
).
height
(),
'zIndex'
:
'10000'
...
...
abweb/js/reportForm/reportForm.js
View file @
2fd810a4
...
...
@@ -79,8 +79,6 @@ RF.initBreadcrumb = function () {
}
}
else
{
if
(
sessionStorage
.
getItem
(
"pickUpType"
))
sessionStorage
.
removeItem
(
"pickUpType"
);
const
urlParam
=
COMMON
.
getUrlParameter
();
let
addReportFlg
=
urlParam
[
"addReport"
];
if
(
addReportFlg
==
"1"
)
{
navs
=
[
{
...
...
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