changed comments because the prototype weblog was renamed to site
This commit is contained in:
parent
73209950bf
commit
252443712c
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ function renderCalendarDay(currGroupname,text) {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* function renders the list of stories for weblog-(front-)pages
|
* function renders the list of stories for site-(front-)pages
|
||||||
* and assigns the rendered list to res.data.storylist
|
* and assigns the rendered list to res.data.storylist
|
||||||
* scrollnavigation-links to previous and next page(s) are also
|
* scrollnavigation-links to previous and next page(s) are also
|
||||||
* assigned to res.data (res.data.prevpage, res.data.nextpage)
|
* assigned to res.data (res.data.prevpage, res.data.nextpage)
|
||||||
|
@ -92,7 +92,7 @@ function renderStorylist(day) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// only increment daycounter if day contains a story
|
// only increment daycounter if day contains a story
|
||||||
// that is online in weblog
|
// that is online in site
|
||||||
if (count)
|
if (count)
|
||||||
dayCnt++;
|
dayCnt++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue