Khác biệt giữa bản sửa đổi của “MediaWiki:Common.js”
Không có tóm lược sửa đổi |
Không có tóm lược sửa đổi |
||
| Dòng 144: | Dòng 144: | ||
} | } | ||
} | } | ||
// Remove double spaces & replace Word Connectors | // Remove double spaces & replace Word Connectors * replace → arrow | ||
if (window.location.href.indexOf('MediaWiki') == -1) { | if (window.location.href.indexOf('MediaWiki') == -1) { | ||
document.getElementById('mw-content-text').innerHTML = document.getElementById('mw-content-text').innerHTML.replaceAll(' ', ' '); | document.getElementById('mw-content-text').innerHTML = document.getElementById('mw-content-text').innerHTML.replaceAll(' ', ' '); | ||