Uživatel:Jirka.Pavlik.test/common.js: Porovnání verzí
m (Admin přesunul stránku Uživatel:Jirka Pavlik test (pavlik-ra@cuni.cz)/common.js na Uživatel:Jirka.Pavlik.test/common.js bez založení přesměrování: Automatický přesun při přejmenování uživatele „[[User:Jirka Pavlik test (pavli…) |
|||
(Nejsou zobrazeny 2 mezilehlé verze od jednoho dalšího uživatele.) | |||
Řádek 1: | Řádek 1: | ||
if (window.mw) { | if (window.mw) { | ||
var unstructuredName = mw.config.get('unstructuredName'); | var unstructuredName = mw.config.get('unstructuredName'); | ||
− | if (unstructuredName != null && unstructuredName.match(/^\d+$/) | + | if (unstructuredName != null && unstructuredName.match(/^\d+$/)) { |
− | document.write("-"+unstructuredName+"-"); | + | //document.write("-"+unstructuredName+"-"); |
} | } | ||
} | } |
Aktuální verze z 21. 11. 2014, 21:55
if (window.mw) {
var unstructuredName = mw.config.get('unstructuredName');
if (unstructuredName != null && unstructuredName.match(/^\d+$/)) {
//document.write("-"+unstructuredName+"-");
}
}