rimosso il console.log per textureButtons nella funzione start
This commit is contained in:
@@ -318,7 +318,7 @@ const start = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$("#larghezza").first().trigger("change");
|
$("#larghezza").first().trigger("change");
|
||||||
//console.log(textureButtons);
|
|
||||||
$(textureButtons).each((i, el) => {
|
$(textureButtons).each((i, el) => {
|
||||||
$(el).trigger("click");
|
$(el).trigger("click");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user