mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-23 04:10:40 +03:00
bloat commit
Co-authored-by: Sapphire1525 <Sapphire1525@users.noreply.github.com>
This commit is contained in:
parent
8ee97ea497
commit
e5d4ea92ed
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,4 @@
|
||||||
<br><br><br>
|
<br><br><br><br><br>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<!-- This website is powered by AKF-Forum -->
|
|
||||||
|
|
||||||
<p><a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a></p>
|
<p><a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a></p>
|
||||||
</div>
|
</div>
|
|
@ -52,9 +52,12 @@
|
||||||
<% if (user){ %>
|
<% if (user){ %>
|
||||||
<script type="module" src="/js/thread.js"></script>
|
<script type="module" src="/js/thread.js"></script>
|
||||||
<% }%>
|
<% }%>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("message-<%= scroll %>").scrollIntoView();
|
document.getElementById("message-<%= scroll %>").scrollIntoView();
|
||||||
</script>
|
</script>
|
||||||
|
<!-- <button id="left_page" style=" float: right;" type="submit">PREV</button>
|
||||||
|
|
||||||
|
<button id="right_page" style="display:inline;float: right;" type="submit">NEXT</button>-->
|
||||||
<%- include("extra/footer") %>
|
<%- include("extra/footer") %>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue