미디어위키:Common.js: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 10번째 줄: | 10번째 줄: | ||
var specialUrl = currentUrl.replace(/:\/\//g, ""); | var specialUrl = currentUrl.replace(/:\/\//g, ""); | ||
var isSpecial = specialUrl.includes(":"); | var isSpecial = specialUrl.includes(":"); | ||
console.log( | if(specialUrl.includes(":")){ | ||
console.log("접근불가"); | |||
} | |||
//파일중복 메세지 제거 | //파일중복 메세지 제거 | ||