|
|
@@ -55,8 +55,6 @@ var gagaInfiniteScroll = {
|
|
|
, filterStatHtml : ''
|
|
|
, totalCount : ''
|
|
|
, backScroll : ''
|
|
|
- , planningCount : ''
|
|
|
- , eventCount : ''
|
|
|
},
|
|
|
obj : {
|
|
|
$ajaxBoxOuter : $('#listBoxOuter')
|
|
|
@@ -127,8 +125,6 @@ var gagaInfiniteScroll = {
|
|
|
this.pageStatus.filterStatHtml = historyData.filterStatHtml;
|
|
|
this.pageStatus.totalCount = historyData.totalCount;
|
|
|
this.pageStatus.backScroll = historyData.scroll;
|
|
|
- this.pageStatus.planningCount = historyData.planningCount;
|
|
|
- this.pageStatus.eventCount = historyData.eventCount;
|
|
|
|
|
|
gagaInfiniteScroll.draw(historyData.htm);
|
|
|
};
|
|
|
@@ -212,8 +208,6 @@ var gagaInfiniteScroll = {
|
|
|
, filterStatHtml : gagaInfiniteScroll.pageStatus.filterStatHtml
|
|
|
, totalCount : gagaInfiniteScroll.pageStatus.totalCount
|
|
|
, backScroll : sBackScroll
|
|
|
- , planningCount : gagaInfiniteScroll.pageStatus.planningCount
|
|
|
- , eventCount : gagaInfiniteScroll.pageStatus.eventCount
|
|
|
};
|
|
|
historyData = JSON.stringify(historyData);
|
|
|
sessionStorage.setItem(document.location.href, historyData);
|
|
|
@@ -239,8 +233,6 @@ var gagaInfiniteScroll = {
|
|
|
, filterStatHtml : gagaInfiniteScroll.pageStatus.filterStatHtml
|
|
|
, totalCount : gagaInfiniteScroll.pageStatus.totalCount
|
|
|
, backScroll : gagaInfiniteScroll.pageStatus.backScroll
|
|
|
- , planningCount : gagaInfiniteScroll.pageStatus.planningCount
|
|
|
- , eventCount : gagaInfiniteScroll.pageStatus.eventCount
|
|
|
};
|
|
|
historyData = JSON.stringify(historyData);
|
|
|
sessionStorage.setItem(document.location.href, historyData);
|