Uživatel:Jirka.Pavlik.test/common.js: Porovnání verzí
Řádek 1: | Řádek 1: | ||
− | if (mw | + | if (mw) { |
var persistentId = mw.config.get('persistent-id'); | var persistentId = mw.config.get('persistent-id'); | ||
Verze z 29. 10. 2014, 12:46
if (mw) {
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);
}
}