version bump, multi file fix and disable survey (#1550)
* version bump, multi file fix and disable survey * example test stuff * logs * Update docker-compose-latest.yml --------- Co-authored-by: a <a>
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
/*
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
const surveyVersion = "1.1";
|
||||
const modal = new bootstrap.Modal(document.getElementById('surveyModal'));
|
||||
@@ -294,7 +295,7 @@
|
||||
if (localStorage.getItem('dontShowSurvey')) {
|
||||
modal.hide();
|
||||
}
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user