mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20: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">
|
||||
<!-- 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>
|
||||
</div>
|
|
@ -48,13 +48,16 @@
|
|||
<% }%>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
<% if (user){ %>
|
||||
<script type="module" src="/js/thread.js"></script>
|
||||
<% }%>
|
||||
<script>
|
||||
document.getElementById("message-<%= scroll %>").scrollIntoView();
|
||||
</script>
|
||||
<script>
|
||||
document.getElementById("message-<%= scroll %>").scrollIntoView();
|
||||
</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") %>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue