modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:38:21 +02:00
parent 27a7500178
commit ed0e07d3fa

View File

@ -73,11 +73,9 @@
}); });
}, },
paintButton(){ paintButton(){
e.preventDefault();
this.album_style = "isDeactivate"; this.album_style = "isDeactivate";
this.artist_style = "isDeactivate"; this.artist_style = "isDeactivate";
this.song_style = "isDeactivate"; this.song_style = "isDeactivate";
this.update();
} }
} }
</script> </script>