Last modified by bougault on 2022/03/02 11:58

From version 37.1
edited by bougault
on 2020/09/03 13:54
Change comment: There is no comment for this version
To version 36.1
edited by mmorgan
on 2020/09/03 13:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.bougault
1 +XWiki.mmorgan
Content
... ... @@ -95,7 +95,7 @@
95 95  {{code language="javascript"}}
96 96  window.parent.postMessage({
97 97   topic: '/clb/community-app/hashchange',
98 - data: 'the_fragment_value'
98 + data: "the_fragment_value"
99 99  }, 'https://wiki.ebrains.eu');
100 100  {{/code}}
101 101