4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
function load_panorama()
|
|
{
|
|
document.getElementById("panorama").style.backgroundImage = "./img/test.jpg" //NOT WORKING
|
|
} |