diff --git a/js/debug.js b/js/debug.js index c308903..4a04499 100644 --- a/js/debug.js +++ b/js/debug.js @@ -79,16 +79,6 @@ function CheckForUpdates() { return response.json() }) .then(data => { - /* - const Result = document.createElement('span') - if (data.version === Version || Math.floor((data.version - Version) * 10) === 0) { - Result.innerText = 'No updates available' - } else { - Result.innerText = Math.floor((data.version - Version) * 10) + ' updates available' - } - CheckForUpdatesButton.parentElement.insertBefore(Result, CheckForUpdatesButton) - CheckForUpdatesButton.remove() - */ if (data.version === Version || Math.floor((data.version - Version) * 10) === 0) { CheckForUpdatesButton.innerText = 'No updates available' } else { diff --git a/settings.html b/settings.html index e5f16fb..7b9565f 100755 --- a/settings.html +++ b/settings.html @@ -546,7 +546,13 @@ -
made by Index
+