Z verze
změnil(a) David Brazda
k 01.02.2021 14:42
Na verzi < 23.1 >
změnil(a) David Brazda
k 01.02.2021 14:44
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

XWiki.JavaScriptExtension[0]
Kód
... ... @@ -1,4 +1,4 @@
1 1  function getAddress(url) {
2 2   const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return 'https://xcvid.com/embed.php?ident=' + match[1];
3 + return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0';
4 4  }