- 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++) {%>
|
|
<% } %>
- <% }} %>
+ <% } %>
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++) {%>
|
|
<% } %>
- <% }} %>
+ <% } %>