Line 35:
Line 35:
$(this).css("background-image", "url(" + wagonConfiguratorList + ")");
$(this).css("background-image", "url(" + wagonConfiguratorList + ")");
alert("You selected " + wagonConfiguratorList);
alert("You selected " + wagonConfiguratorList);
−
console.log(wagonConfiguratorList);
});
});
});
});