From bef0d507bc0286e879aed299bc7c2219c642d883 Mon Sep 17 00:00:00 2001 From: CaramelKat <32065563+caramelkat@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:42:55 -0500 Subject: [PATCH] Fixed communities showing up more than once in the all communities page --- src/webfiles/admin/admin_edit_community.ejs | 2 +- src/webfiles/portal/portal_all_communities.ejs | 4 ++-- src/webfiles/portal/portal_all_communities_ajax.ejs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/webfiles/admin/admin_edit_community.ejs b/src/webfiles/admin/admin_edit_community.ejs index c841008..541ee49 100644 --- a/src/webfiles/admin/admin_edit_community.ejs +++ b/src/webfiles/admin/admin_edit_community.ejs @@ -83,7 +83,7 @@
- 3DS Browser Banner + 3DS Browser Banner (400px x 220px)
diff --git a/src/webfiles/portal/portal_all_communities.ejs b/src/webfiles/portal/portal_all_communities.ejs index 1242d3c..e928798 100644 --- a/src/webfiles/portal/portal_all_communities.ejs +++ b/src/webfiles/portal/portal_all_communities.ejs @@ -41,7 +41,7 @@ - <% for(var h = 0; h < 5; h++) { for(var i = 0; i < communities.length; i++) {%> + <% for(var i = 0; i < communities.length; i++) {%> <% } %> - <% }} %> + <% } %>
@@ -53,7 +53,7 @@
diff --git a/src/webfiles/portal/portal_all_communities_ajax.ejs b/src/webfiles/portal/portal_all_communities_ajax.ejs index 4d24526..e1375bd 100644 --- a/src/webfiles/portal/portal_all_communities_ajax.ejs +++ b/src/webfiles/portal/portal_all_communities_ajax.ejs @@ -9,7 +9,7 @@ - <% for(var h = 0; h < 5; h++) { for(var i = 0; i < communities.length; i++) {%> + <% for(var i = 0; i < communities.length; i++) {%> <% } %> - <% }} %> + <% } %>
@@ -21,7 +21,7 @@