Commit e9330aa6 by Jung Kwangkyu

#18453【DAIHATSU】閲覧ログ件数不一致

parent 11ca8739
......@@ -565,7 +565,7 @@ COMMON.operateData = function(args, strKey, returnDefaultData) {
if (args.length > 0) {
var data = args[0];
if (data.length > 0) {
if (data != null && data.length > 0) {
LocalStorageUtils.set(strKey, data);
SessionStorageUtils.set(strKey, JSON.stringify(data));
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment