Changes for page Footer Section

Last modified by Vincent Massol on 2024/02/07

<
From version < 23.1 >
edited by Ecaterina Moraru (Valica)
on 2016/05/17
To version < 23.2 >
edited by Vincent Massol
on 2016/05/24
>
Change comment: testing usage of mouseflowPath

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +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() {
Cannot make recursive include