Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skysthelimitt committed Aug 13, 2024
1 parent 05dc5c5 commit c732b63
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions account.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,12 @@ async function isBanned(user) {
return false;
}

function getFriends(id) {

}



function shitHitTheFan(msg) {
fetch("https://ntfy.sh/" + process.env.NTFY_ALERT, {
method: "POST",
Expand Down
2 changes: 1 addition & 1 deletion html/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<button onclick="ban()">ban account</button>
</main>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 id="title"></h1>
</div>
</popups>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>Top Games:</h2>
</div>
</main>
<footer>
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/profile_404.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Profile not found!</h1>
</main>

<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/profile_ban.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h2>You have been banned: {{ reason }}</h2>
</main>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
3 changes: 2 additions & 1 deletion html/profile_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
<a href="/u/" class="usericon"><img src="/img/user.svg" /></a>
</header>
<main>
<a class="friend-icon" href="/friends"><img src="/img/friend.svg"></a>
<input type="text" readonly value="{{ url_gen }}" />
<div class="samerow">
<button id="download">Download Backup</button>
Expand Down Expand Up @@ -320,7 +321,7 @@ <h1 id="title"></h1>
</div>
</popups>
<footer>
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1 id="title"></h1>
</div>
</popups>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 id="title"></h1>
</div>
</popups>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion html/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div id="pages"></div>
</main>
<footer class="noscroll">
<a href="https://codeberg.org/skysthelimitt/selenite">Source</a>
<a href="gitlab.com/skysthelimit.dev/selenite">Source</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions & Bugs</a>
<a href="/contact.html">Contact</a>
Expand Down

0 comments on commit c732b63

Please sign in to comment.