Line 33:
Line 33:
wagonConfiguratorList = $('#wagon-configurator-list li.selected')[0].classList[0];
wagonConfiguratorList = $('#wagon-configurator-list li.selected')[0].classList[0];
window['wagonConfiguratorList'] = wagonConfiguratorList;
window['wagonConfiguratorList'] = wagonConfiguratorList;
−
$(this).css("background-image", "url(`${wagonConfiguratorList}`)");
+
$(this).css("background-image", "url('${wagonConfiguratorList}')");
alert("You selected " + wagonConfiguratorList);
alert("You selected " + wagonConfiguratorList);
});
});
});
});