From 346e4b2861ed8465202eb92449521c0e7c3d1213 Mon Sep 17 00:00:00 2001
From: SamidyFR <168582143+SamidyFR@users.noreply.github.com>
Date: Sat, 7 Mar 2026 05:03:21 +0000
Subject: [PATCH] style: auto-fix linting issues
---
index.html | 13 ++++++++++++-
js/app.js | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 7cf9492..22daafb 100644
--- a/index.html
+++ b/index.html
@@ -1724,7 +1724,18 @@
Update Available
A new version of Monochrome is available.
-
+
diff --git a/js/app.js b/js/app.js
index 4414818..43ec505 100644
--- a/js/app.js
+++ b/js/app.js
@@ -417,7 +417,7 @@ document.addEventListener('DOMContentLoaded', async () => {
try {
// my worker should detect a users OS and serve the right ver
const update = await updater.checkForUpdates('https://update.samidy.xyz/update.json');
-
+
if (update && update.available) {
const modal = document.getElementById('desktop-update-modal');
const notes = document.getElementById('desktop-update-notes');