Change comment:
Fix bug
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. evalica1 +XWiki.VincentMassol - Content
-
... ... @@ -35,6 +35,40 @@ 35 35 ))) 36 36 ))) 37 37 38 +(% class="col-xs-12 col-md-2 footerSection sectionPlatform" %) 39 +((( 40 +== Platform == 41 + 42 +(% class="footerGroup" %) 43 +((( 44 +=== User Guide === 45 + 46 +* [[Getting Started>>enterprise:GettingStarted.WebHome]] 47 +* [[Tutorials and Videos>>enterprise:UserGuide.WebHome]] 48 +* [[Features Overview>>platform:Features.WebHome]] 49 +))) 50 + 51 +(% class="footerGroup adminGroup" %) 52 +((( 53 +=== Admin Guide === 54 + 55 +* [[All topics>>platform:AdminGuide.WebHome]] 56 +* [[Installation>>platform:AdminGuide.Installation]] 57 +* [[Configuration>>platform:AdminGuide.Configuration]] 58 +))) 59 + 60 +(% class="footerGroup" %) 61 +((( 62 +=== Developer Guide === 63 + 64 +* [[All topics>>platform:DevGuide.WebHome]] 65 +* [[Architecture>>platform:DevGuide.Architecture]] 66 +* [[Scripting>>platform:DevGuide.Scripting]] 67 +* [[API Reference>>platform:DevGuide.API]] 68 +* [[Tutorials and Guides>>platform:DevGuide.WebHome]] 69 +))) 70 +))) 71 + 38 38 (% class="col-xs-12 col-md-4 footerSection" %) 39 39 ((( 40 40 == Projects == ... ... @@ -82,40 +82,6 @@ 82 82 ))) 83 83 ))) 84 84 85 -(% class="col-xs-12 col-md-2 footerSection sectionPlatform" %) 86 -((( 87 -== Platform == 88 - 89 -(% class="footerGroup" %) 90 -((( 91 -=== User Guide === 92 - 93 -* [[Getting Started>>enterprise:GettingStarted.WebHome]] 94 -* [[Tutorials and Videos>>enterprise:UserGuide.WebHome]] 95 -* [[Features Overview>>platform:Features.WebHome]] 96 -))) 97 - 98 -(% class="footerGroup adminGroup" %) 99 -((( 100 -=== Admin Guide === 101 - 102 -* [[All topics>>platform:AdminGuide.WebHome]] 103 -* [[Installation>>platform:AdminGuide.Installation]] 104 -* [[Configuration>>platform:AdminGuide.Configuration]] 105 -))) 106 - 107 -(% class="footerGroup" %) 108 -((( 109 -=== Developer Guide === 110 - 111 -* [[All topics>>platform:DevGuide.WebHome]] 112 -* [[Architecture>>platform:DevGuide.Architecture]] 113 -* [[Scripting>>platform:DevGuide.Scripting]] 114 -* [[API Reference>>platform:DevGuide.API]] 115 -* [[Tutorials and Guides>>platform:DevGuide.WebHome]] 116 -))) 117 -))) 118 - 119 119 (% class="col-xs-12 col-md-4 footerSection" %) 120 120 ((( 121 121 == Contribute == ... ... @@ -220,11 +220,11 @@ 220 220 <!-- For Mouseflow --> 221 221 <script type="text/javascript"> 222 222 var mouseflowPath = document.domain + document.location.pathname; 223 - if ($(window).width() <= 480) mouseflowPath += "/smartphone"; 224 - else if ($(window).width() <= 840) mouseflowPath += "/tablet"; 225 225 var mfq = mfq || []; 226 226 // 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. 227 227 require(["jquery"], function() { 226 + if (jQuery(window).width() <= 480) mouseflowPath += "/smartphone"; 227 + else if (jQuery(window).width() <= 840) mouseflowPath += "/tablet"; 228 228 var mf = document.createElement("script"); 229 229 mf.type = "text/javascript"; mf.async = true; 230 230 mf.src = "//cdn.mouseflow.com/projects/72d20ebd-a6f8-48f6-b211-3cf36eadb0ee.js";