Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Collaborate on reproducible science, anywhere - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Last modified by bougault on 2023/01/26 14:38

From version 91.3
edited by bougault
on 2021/03/17 10:41
Change comment: There is no comment for this version
To version 91.5
edited by bougault
on 2021/03/17 10:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,15 +62,18 @@
62 62  )))
63 63  )))
64 64  )))
65 -
65 +{{velocity}}
66 66  {{html clean="false"}}
67 67  <script>
68 68  require.config({
69 69   paths: {
70 - glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min")'
70 + glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min.js")'
71 71   }
72 72  });
73 73  </script>
74 74  require(['glider'], function(glider) {
75 +
76 +});
75 75  {{/html}}
78 +{{/velocity}}
76 76