diff --git a/index.html b/index.html index c29b007..54e16c3 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@
Does Burgernotes accept donations?
- Yes! Donations of any amount is appreciated to keep Burgernotes running.
You may donate at https://www.hectabit.org/donate, the non-profit software project behind Burgernotes. + Yes! Donations of any amount is appreciated to keep Burgernotes running.
You may donate at https://www.ailur.dev/donate, the non-profit software project behind Burgernotes.
diff --git a/static/js/homeserver.js b/static/js/homeserver.js index e45d306..6e13ddd 100644 --- a/static/js/homeserver.js +++ b/static/js/homeserver.js @@ -7,8 +7,8 @@ let backButton = document.getElementById("backButton") let remote = localStorage.getItem("SETTING-homeServer") if (remote == null) { - localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") - remote = "https://notes.hectabit.org" + localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev") + remote = "https://notes.ailur.dev" } document.addEventListener("DOMContentLoaded", function() { diff --git a/static/js/login.js b/static/js/login.js index 1fc676b..f2d9dd9 100644 --- a/static/js/login.js +++ b/static/js/login.js @@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem(" let remote = localStorage.getItem("SETTING-homeServer") if (remote == null) { - localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") - remote = "https://notes.hectabit.org" + localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev") + remote = "https://notes.ailur.dev" } let inputContainer = document.getElementById("inputContainer") diff --git a/static/js/main.js b/static/js/main.js index a4ac5c4..d02a016 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -15,8 +15,8 @@ if (secretKey === null || password === null) { } if (remote == null) { - localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") - remote = "https://notes.hectabit.org" + localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev") + remote = "https://notes.ailur.dev" } function formatBytes(a, b = 2) { diff --git a/static/js/migrate.js b/static/js/migrate.js index 246460e..f897235 100644 --- a/static/js/migrate.js +++ b/static/js/migrate.js @@ -10,8 +10,8 @@ if (secretKey === null || cryptoKey === null) { let remote = localStorage.getItem("SETTING-homeServer") if (remote == null) { - localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") - remote = "https://notes.hectabit.org" + localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev") + remote = "https://notes.ailur.dev" } let notesPlainText = "" diff --git a/static/js/signup.js b/static/js/signup.js index 8300eb6..d6357fb 100644 --- a/static/js/signup.js +++ b/static/js/signup.js @@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem(" let remote = localStorage.getItem("SETTING-homeServer") if (remote == null) { - localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") - remote = "https://notes.hectabit.org" + localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev") + remote = "https://notes.ailur.dev" } let usernameBox = document.getElementById("usernameBox") @@ -93,7 +93,7 @@ signupButton.addEventListener("click", () => { /* * Compiled version of: - * hashcat-wasm (https://concord.hectabit.org/hectabit/hashcat-wasm) + * hashcat-wasm (https://concord.ailur.dev/hectabit/hashcat-wasm) * (c) Arzumify * @license AGPL-3.0 * Since this is my software, if you use it with proprietary servers, I will make sure you will walk across hot coals (just kidding, probably).