Re-brand under ailur.dev
This commit is contained in:
parent
7b95a3bc95
commit
5e2455aa81
|
@ -62,7 +62,7 @@
|
||||||
<details>
|
<details>
|
||||||
<summary>Does Burgernotes accept donations?</summary>
|
<summary>Does Burgernotes accept donations?</summary>
|
||||||
<br>
|
<br>
|
||||||
Yes! Donations of any amount is appreciated to keep Burgernotes running. <br>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. <br>You may donate at https://www.ailur.dev/donate, the non-profit software project behind Burgernotes.
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@ let backButton = document.getElementById("backButton")
|
||||||
|
|
||||||
let remote = localStorage.getItem("SETTING-homeServer")
|
let remote = localStorage.getItem("SETTING-homeServer")
|
||||||
if (remote == null) {
|
if (remote == null) {
|
||||||
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org")
|
localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
|
||||||
remote = "https://notes.hectabit.org"
|
remote = "https://notes.ailur.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
|
|
@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem("
|
||||||
|
|
||||||
let remote = localStorage.getItem("SETTING-homeServer")
|
let remote = localStorage.getItem("SETTING-homeServer")
|
||||||
if (remote == null) {
|
if (remote == null) {
|
||||||
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org")
|
localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
|
||||||
remote = "https://notes.hectabit.org"
|
remote = "https://notes.ailur.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
let inputContainer = document.getElementById("inputContainer")
|
let inputContainer = document.getElementById("inputContainer")
|
||||||
|
|
|
@ -15,8 +15,8 @@ if (secretKey === null || password === null) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (remote == null) {
|
if (remote == null) {
|
||||||
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org")
|
localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
|
||||||
remote = "https://notes.hectabit.org"
|
remote = "https://notes.ailur.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatBytes(a, b = 2) {
|
function formatBytes(a, b = 2) {
|
||||||
|
|
|
@ -10,8 +10,8 @@ if (secretKey === null || cryptoKey === null) {
|
||||||
|
|
||||||
let remote = localStorage.getItem("SETTING-homeServer")
|
let remote = localStorage.getItem("SETTING-homeServer")
|
||||||
if (remote == null) {
|
if (remote == null) {
|
||||||
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org")
|
localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
|
||||||
remote = "https://notes.hectabit.org"
|
remote = "https://notes.ailur.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
let notesPlainText = ""
|
let notesPlainText = ""
|
||||||
|
|
|
@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem("
|
||||||
|
|
||||||
let remote = localStorage.getItem("SETTING-homeServer")
|
let remote = localStorage.getItem("SETTING-homeServer")
|
||||||
if (remote == null) {
|
if (remote == null) {
|
||||||
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org")
|
localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
|
||||||
remote = "https://notes.hectabit.org"
|
remote = "https://notes.ailur.dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
let usernameBox = document.getElementById("usernameBox")
|
let usernameBox = document.getElementById("usernameBox")
|
||||||
|
@ -93,7 +93,7 @@ signupButton.addEventListener("click", () => {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Compiled version of:
|
* Compiled version of:
|
||||||
* hashcat-wasm (https://concord.hectabit.org/hectabit/hashcat-wasm)
|
* hashcat-wasm (https://concord.ailur.dev/hectabit/hashcat-wasm)
|
||||||
* (c) Arzumify
|
* (c) Arzumify
|
||||||
* @license AGPL-3.0
|
* @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).
|
* 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).
|
||||||
|
|
Reference in New Issue