Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.enygma - Content
-
... ... @@ -192,3 +192,17 @@ 192 192 {{comment}} 193 193 {{/cache}} 194 194 {{/comment}} 195 + 196 +{{html clean='false'}} 197 +<!-- For Mouseflow --> 198 +<script type="text/javascript"> 199 + var mfq = mfq || []; 200 + // Depend on the jQuery loaded by RequireJS so that we mouseflow does not load its own jQuery version, breaking require code that depends on a diferent jQuery version/instance. 201 + require(["jquery"], function() { 202 + var mf = document.createElement("script"); 203 + mf.type = "text/javascript"; mf.async = true; 204 + mf.src = "//cdn.mouseflow.com/projects/72d20ebd-a6f8-48f6-b211-3cf36eadb0ee.js"; 205 + document.getElementsByTagName("head")[0].appendChild(mf); 206 + }); 207 +</script> 208 +{{/html}}