Skip to main content
Toggle navigation menu
Back to website
Contact
Sign in
Otter Help Center - UK
Otter Analytics
Related to
Analytics
Updated
29 September 2023 11:26
<% if (allItems.length > 1) { %>
In this article
<% allItems.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
of <%= children.length %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }) %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %> <% var isActive = initial === index %>
<% if (child.title.includes("FAQ")) { %>
<%= child.title.substring(4) %>
<% } else if (child.title.includes("Troubleshoot")) { %>
<%= child.title.substring(13) %>
<% } else { %>
<%= child.title %>
<% } %>
<%= child.innerHTML %>
<% }) %>
<% } %>