Change comment:
Apparently the leading "/" is not required after all
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. evalica1 +XWiki.VincentMassol - Content
-
... ... @@ -219,6 +219,9 @@ 219 219 {{html clean='false'}} 220 220 <!-- For Mouseflow --> 221 221 <script type="text/javascript"> 222 + var mouseflowPath = document.domain + document.location.pathname; 223 + if ($(window).width() <= 480) mouseflowPath += "/smartphone"; 224 + else if ($(window).width() <= 840) mouseflowPath += "/tablet"; 222 222 var mfq = mfq || []; 223 223 // 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. 224 224 require(["jquery"], function() {