<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
It sounds like you may be briefly losing network connection even though your internet is good when connected.
Thanks Jim, I've been using now for the last hour or so and all ok, false alarm!
Please sign in to leave a comment.