Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -79,6 +79,7 @@ function getAllToons2() { | ... | @@ -79,6 +79,7 @@ function getAllToons2() { |
79 | var yyyy = (item.finishDate).substring(0,4) | 79 | var yyyy = (item.finishDate).substring(0,4) |
80 | 80 | ||
81 | var webtoon = { | 81 | var webtoon = { |
82 | + toon_index : item.id, | ||
82 | name: item.title, | 83 | name: item.title, |
83 | thum_link: item.pcThumbnailImage.url, | 84 | thum_link: item.pcThumbnailImage.url, |
84 | webtoon_link: webtoon_link, | 85 | webtoon_link: webtoon_link, | ... | ... |
-
Please register or login to post a comment