미디어위키:Common.js: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 2번째 줄: | 2번째 줄: | ||
/* TOP 버튼 */ | /* TOP 버튼 */ | ||
var topButton = document.createElement('div'); | |||
topButton.id="top-button"; | topButton.id="top-button"; | ||
document.body.appendChild(topButton); | document.body.appendChild(topButton); | ||