Prepared for pull request

This commit is contained in:
MxShift 2023-02-25 01:11:51 +06:00
parent a4f6d03137
commit a930971a7a
2 changed files with 0 additions and 29 deletions

View file

@ -177,7 +177,6 @@
select.addEventListener('change',(e)=>{
translated_choices = window[select.value];
console.log(select.value);
// console.log(translated_choices);
momentsBySegment = switch_choices();
})
</script>