Uživatel:Jirka.Pavlik.test/common.js: Porovnání verzí
Řádek 3: | Řádek 3: | ||
if (persistentId.match(/^https:\/\/cas.cuni.cz\/idp\/shibboleth!https:\/\/wikisofia.cz\/shibboleth!.{28}$/)) { | if (persistentId.match(/^https:\/\/cas.cuni.cz\/idp\/shibboleth!https:\/\/wikisofia.cz\/shibboleth!.{28}$/)) { | ||
persistentId = persistentId.substring(67,95); | persistentId = persistentId.substring(67,95); | ||
− | + | document.write(persistentId); | |
} | } |
Verze z 29. 10. 2014, 12:32
var persistentId = mw.config.get('persistent-id');
if (persistentId.match(/^https:\/\/cas.cuni.cz\/idp\/shibboleth!https:\/\/wikisofia.cz\/shibboleth!.{28}$/)) {
persistentId = persistentId.substring(67,95);
document.write(persistentId);
}