Skip to content

Commit 41a1c35

Browse files
committed
chore: formatted
1 parent 80df006 commit 41a1c35

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

static/assets/css/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ input {
9797
margin-top: -2em;
9898
padding: 0;
9999
font-family: "Poppins", sans-serif;
100-
}
100+
}

static/assets/js/home.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ document.addEventListener("DOMContentLoaded", event => {
129129
};
130130
particlesJS("particles-js", particlesConfig);
131131

132-
133132
window.addEventListener("click", e => {
134133
const pJS = window.pJSDom?.[0]?.pJS;
135134
if (!pJS) return;
@@ -138,7 +137,7 @@ document.addEventListener("DOMContentLoaded", event => {
138137
const x = e.clientX - rect.left;
139138
const y = e.clientY - rect.top;
140139
for (let i = 0; i < 30; i++) {
141-
pJS.fn.vendors.destroypJS;
140+
pJS.fn.vendors.destroypJS;
142141
pJS.fn.modes.pushParticles(1, { pos_x: x, pos_y: y });
143142
}
144143
});
@@ -191,4 +190,4 @@ function getRandomUrl() {
191190

192191
function randRange(min, max) {
193192
return Math.floor(Math.random() * (max - min) + min);
194-
}
193+
}

static/assets/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ function isUrl(val = "") {
8282
return true;
8383
}
8484
return false;
85-
}
85+
}

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+
});

0 commit comments

Comments
 (0)