Skip to content

Commit 49be0a4

Browse files
committed
chore: formatted
1 parent b04e766 commit 49be0a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

static/assets/js/launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,4 @@ window.bar = filterBySearchTerm;
355355

356356
document.addEventListener("DOMContentLoaded", () => {
357357
loadAppsFromJson();
358-
});
358+
});

static/assets/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ document.addEventListener("DOMContentLoaded", () => {
6868
nav.innerHTML = html;
6969
}
7070

71-
// Favicon and Name Logic
71+
// Favicon and Name Logic
7272
const icon = document.getElementById("tab-favicon");
7373
const title = document.getElementById("t");
7474
const cloakName = localStorage.getItem("CustomName") || localStorage.getItem("name");
@@ -95,4 +95,4 @@ document.addEventListener("DOMContentLoaded", () => {
9595
if (savedBackgroundImage) {
9696
document.body.style.backgroundImage = `url('${savedBackgroundImage}')`;
9797
}
98-
});
98+
});

static/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ function useDynamic(value) {
7878

7979
function isValidUrl(val = "") {
8080
return /^http(s?):\/\//.test(val) || (val.includes(".") && val[0] !== " ");
81-
}
81+
}

0 commit comments

Comments
 (0)