e questo:
document.getElementById(id).style.background = 'url('+currentBackground+')';
non funziona perché dovrebbe essere backgroundImage
e questo:
document.getElementById(id).style.background = 'url('+currentBackground+')';
non funziona perché dovrebbe essere backgroundImage
I DON'T Double Click!