mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-24 23:36:52 -05:00
Fixed bug were community would not always load more posts
This commit is contained in:
parent
8abf5841ac
commit
9e6e26e81b
|
|
@ -38,7 +38,7 @@
|
|||
<body>
|
||||
<div id="main">
|
||||
<h2 id="title" class="page-header"><%= lang.global.communities %></h2>
|
||||
<%- include('nav_bar', { selection: 0 }); %>
|
||||
<%- include('nav_bar', { selection: 2 }); %>
|
||||
<div id="toast"></div>
|
||||
<div id="wrapper" class="community-page-post-box">
|
||||
<div class="community-top">
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
</tbody>
|
||||
</table>-->
|
||||
<div id="wrapper">
|
||||
<button id="load-more-posts-button" data-offset="20" onclick="loadCommunityPosts(this)"><%= lang.global.more %></button>
|
||||
<button id="load-more-posts-button" data-offset="20" onclick="loadCommunityPosts(this, true)"><%= lang.global.more %></button>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<body>
|
||||
<div id="main">
|
||||
<h2 id="title" class="page-header"><%= lang.global.user_page %></h2>
|
||||
<%- include('nav_bar', { selection: 0 }); %>
|
||||
<%- include('nav_bar', { selection: -1 }); %>
|
||||
<div id="toast"></div>
|
||||
<div id="wrapper">
|
||||
<div class="community-top">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user