commented out console.log statements for textureButtons in start function
This commit is contained in:
@@ -261,7 +261,7 @@ const start = async () => {
|
||||
|
||||
document.querySelectorAll(".texture-button[name=maniglia]").forEach(el => el.checked = false)
|
||||
|
||||
console.log(textureButtons)
|
||||
//console.log(textureButtons)
|
||||
if(player.swapModel(modello)){
|
||||
|
||||
for(let el in radios){
|
||||
@@ -318,7 +318,7 @@ const start = async () => {
|
||||
}
|
||||
|
||||
$("#larghezza").first().trigger("change");
|
||||
console.log(textureButtons);
|
||||
//console.log(textureButtons);
|
||||
$(textureButtons).each((i, el) => {
|
||||
$(el).trigger("click");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user