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