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
11ca8739
Commit
11ca8739
authored
Dec 21, 2015
by
Jung Kwangkyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#18453【DAIHATSU】閲覧ログ件数不一致
parent
e23608cd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
abvw/common/js/avweb.js
+0
-0
abvw/common/js/common.js
+7
-4
No files found.
abvw/common/js/avweb.js
View file @
11ca8739
This diff is collapsed.
Click to expand it.
abvw/common/js/common.js
View file @
11ca8739
...
...
@@ -569,12 +569,15 @@ COMMON.operateData = function(args, strKey, returnDefaultData) {
LocalStorageUtils
.
set
(
strKey
,
data
);
SessionStorageUtils
.
set
(
strKey
,
JSON
.
stringify
(
data
));
}
else
{
console
.
log
(
"getUniqueId : "
+
LocalStorageUtils
.
getUniqueId
());
LocalStorageUtils
.
remove
(
strKey
);
SessionStorageUtils
.
remove
(
strKey
);
if
(
strKey
==
COMMON
.
Keys
.
ContentLogData
)
{
LocalStorageUtils
.
remove
(
strKey
);
SessionStorageUtils
.
remove
(
strKey
);
}
else
{
LocalStorageUtils
.
set
(
strKey
,
data
);
SessionStorageUtils
.
set
(
strKey
,
JSON
.
stringify
(
data
));
}
}
}
else
{
if
(
SessionStorageUtils
.
get
(
strKey
)
!=
'undefined'
&&
SessionStorageUtils
.
get
(
strKey
)
!=
undefined
&&
SessionStorageUtils
.
get
(
strKey
)
!=
''
...
...
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