Last modified by Alex Cotiuga on 2026/07/27 06:09

From version 18.18
edited by Alex Cotiuga
on 2026/07/09 20:30
Change comment: There is no comment for this version
To version 18.17
edited by Alex Cotiuga
on 2026/07/09 20:28
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[1]
code
... ... @@ -19,8 +19,7 @@
19 19  
20 20   var sourcePage = referrerUrl.pathname
21 21   .replace(/^\/bin\//, '')
22 - .replace(/\/$/, '')
23 - .replace(/\//g, '.');
22 + .replace(/\/$/, '');
24 24  
25 25   if (sourcePage) {
26 26   sourcePageField.val(sourcePage);