Changes for page Collaborate on reproducible science, anywhere
Last modified by bougault on 2023/01/26 14:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -62,18 +62,15 @@ 62 62 ))) 63 63 ))) 64 64 ))) 65 - {{velocity}}65 + 66 66 {{html clean="false"}} 67 67 <script> 68 68 require.config({ 69 69 paths: { 70 - glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min .js")'70 + glider: '$xwiki.getAttachmentURL("Collaboratory.UX.Slider", "glider.min")' 71 71 } 72 72 }); 73 73 </script> 74 74 require(['glider'], function(glider) { 75 - 76 -}); 77 77 {{/html}} 78 -{{/velocity}} 79 79