익명 사용자
미디어위키:Common.js: 두 판 사이의 차이
편집 요약 없음
큰숲백과>Cerulean (ecma5) |
큰숲백과>Cerulean 편집 요약 없음 |
||
| 419번째 줄: | 419번째 줄: | ||
*/ | */ | ||
if (document.querySelector('.year-theme')) { | if (document.querySelector('.year-theme')) { | ||
var year_theme_title = document.querySelector('.year-theme-title').innerText.split('\n').pop(); | var year_theme_title = document.querySelector('.year-theme-page-title').innerText.split('\n').pop(); | ||
var apigeturl = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/'; | var apigeturl = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/'; | ||
| 444번째 줄: | 444번째 줄: | ||
}) | }) | ||
} | } | ||
/* DO NOT ADD CODE BELOW THIS LINE */ | /* DO NOT ADD CODE BELOW THIS LINE */ | ||