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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
abvw/common/js/avweb.js
+1
-0
abvw/common/js/common.js
+5
-2
No files found.
abvw/common/js/avweb.js
View file @
11ca8739
...
...
@@ -188,6 +188,7 @@ UserSetting.prototype.remove = function(key) {
delete
js
[
key
];
storage
.
setItem
(
this
.
US_KEY
,
JSON
.
stringify
(
js
));
}
this
.
userSetting
=
this
.
load
();
}
}
};
...
...
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
());
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