WaihonaPedia support page

Changes for page lightBox


<
From version < 19.2 >
edited by Gerritjan Koekkoek
on 2019/10/13 12:31
To version < 20.1 >
edited by Gerritjan Koekkoek
on 2019/10/13 12:32
>
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,6 +1,6 @@
1 1  require.config({
2 2   paths: {
3 - lightbox: '$xwiki.getAttachmentURL("Sandbox.lightBox", "lightbox.min")'
3 + lightbox: '$xwiki.getAttachmentURL("WaihonaCode.lightBox", "lightbox.min")'
4 4   }
5 5  });
6 6