changed comments because the prototype weblog was renamed to site

This commit is contained in:
Robert Gaggl 2002-06-26 17:12:03 +00:00
parent 73209950bf
commit 252443712c

View file

@ -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++;
} }