auto decrypt, update discord, fix multi file support for some inputs

This commit is contained in:
Anthony Stirling
2024-07-07 22:49:21 +01:00
parent 3576c32c52
commit 75e10efcbd
15 changed files with 125 additions and 27 deletions

View File

@@ -265,7 +265,7 @@
<script>
document.addEventListener("DOMContentLoaded", function() {
const surveyVersion = "1.1";
<!-- const surveyVersion = "1.1";
const modal = new bootstrap.Modal(document.getElementById('surveyModal'));
const dontShowAgain = document.getElementById('dontShowAgain');
const takeSurveyButton = document.getElementById('takeSurvey');
@@ -293,7 +293,7 @@
if (localStorage.getItem('dontShowSurvey')) {
modal.hide();
}
} -->
});
</script>