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

편집 요약 없음
편집 요약 없음
8번째 줄: 8번째 줄:
window.location.href = '/index.php';
window.location.href = '/index.php';
}
}
 
/*
var currentUrl = currentUrl.replace(/:\/\//g, "");
// 네임스페이스 문서인지 확인
if(currentUrl.includes(":")){
window.location.href = '/index.php';
}
*/
// 문서의 역사롤 봅니다. (hidden 시킴)
// 문서의 역사롤 봅니다. (hidden 시킴)
var $lastModifiedBar = document.querySelector('.last-modified-bar');
var $lastModifiedBar = document.querySelector('.last-modified-bar');
if($lastModifiedBar) $lastModifiedBar.parentElement.removeChild($lastModifiedBar);
if($lastModifiedBar) $lastModifiedBar.parentElement.removeChild($lastModifiedBar);
 
//파일중복 메세지 제거
//파일중복 메세지 제거
var $duplicates = document.getElementById('mw-imagepage-section-duplicates');
var $duplicates = document.getElementById('mw-imagepage-section-duplicates');