diff --git a/www/modules/antadissimulator/views/js/pochette-bicolor.js b/www/modules/antadissimulator/views/js/pochette-bicolor.js index b7444c2d..7875f5e4 100644 --- a/www/modules/antadissimulator/views/js/pochette-bicolor.js +++ b/www/modules/antadissimulator/views/js/pochette-bicolor.js @@ -315,7 +315,7 @@ function initFaces() $('.container-pochette .back').addClass('b-'+color1); $('.container-pochette .bande').addClass('b-'+color2); $('.container-pochette .txt').addClass('c-'+color1); - $('.container-pochette .back').css({'background-image':'url('+themeImg+'/box/'+color+'/1B.png)'}); + $('.container-pochette .back').css({'background-image':'url('+themeImg+'/box/'+color2+'/1B.png)'}); $('.container-pochette').addClass(theme); } else if(theme == "bayadere") {