미디어위키:Common.js: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:


/* TOP 버튼 */
/* TOP 버튼 */
const topButton = document.createElement('div');
var topButton = document.createElement('div');
topButton.id="top-button";
topButton.id="top-button";
document.body.appendChild(topButton);
document.body.appendChild(topButton);