From ed0e07d3fabd23fa09a9a45b02e0d002cb57237a Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 15:38:21 +0200 Subject: [PATCH] modified code --- onzer.riot | 2 -- 1 file changed, 2 deletions(-) diff --git a/onzer.riot b/onzer.riot index a62e244..ad33805 100644 --- a/onzer.riot +++ b/onzer.riot @@ -73,11 +73,9 @@ }); }, paintButton(){ - e.preventDefault(); this.album_style = "isDeactivate"; this.artist_style = "isDeactivate"; this.song_style = "isDeactivate"; - this.update(); } }