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

내용 삭제됨 내용 추가됨
Ruslik0 (토론 | 기여)
not needed
Ruslik0 (토론 | 기여)
update
215번째 줄:
// 프로그래머: [[:w:fr:User:Marc Mongenet]]: 보충 [[:w:fr:User:Plyd]]
function forcePreview() {
if (mw.config.get('wgUserName') != null || mw.config.get('wgAction') != "edit") return;
saveButton = document.getElementById("wpSave");
if (!saveButton) return;