MediaWiki:Common.js: Porovnání verzí
MediaWiki interface page
More actions
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 1: | Řádek 1: | ||
mw.hook('wikipage.content').add(function ($c) { | |||
var $ph = $c.find('.private-placeholder'); | |||
if ($ph.length > 1) { | |||
$ph.slice(1).remove(); | |||
} | |||
}); | |||
Verze z 9. 10. 2025, 21:22
mw.hook('wikipage.content').add(function ($c) {
var $ph = $c.find('.private-placeholder');
if ($ph.length > 1) {
$ph.slice(1).remove();
}
});