From 2c458e42a298e8f797172c69b450d5697e5e0166 Mon Sep 17 00:00:00 2001
From: TohnoCoding <98242280+TohnoCoding@users.noreply.github.com>
Date: Tue, 8 Oct 2024 20:38:35 -0400
Subject: [PATCH] Minor referential fixes
---
index.html | 4 ++--
js/index.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 36a77fd..fa51281 100644
--- a/index.html
+++ b/index.html
@@ -310,9 +310,9 @@
Update Servant -
href="javascript:shareURL('twitter')">
-
-
diff --git a/js/index.js b/js/index.js
index 511bde0..13052ca 100644
--- a/js/index.js
+++ b/js/index.js
@@ -1593,8 +1593,8 @@ $(async function() {
}
}
}
- if (localStorage[list_local])
- { $('#' + load_btn).prop('disabled', false); } // Load button status
+ if (localStorage[list_local]) // Load button status
+ { $('#' + load_btn).removeAttr("href").toggleClass("disabled-link"); }
// Set Checkbox Events
$('#' + fastmode_checkbox).on("change",
function () { updateURLOptionModeOnly(); });