미디어위키:Common.js: 두 판 사이의 차이
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
| 480번째 줄: | 480번째 줄: | ||
var img = document.createElement('img'); | var img = document.createElement('img'); | ||
img.src = page.thumbnail.source; | img.src = page.thumbnail.source; | ||
console.log(imgbox) | |||
imgbox.prepend(img) | imgbox.prepend(img) | ||