4 lines
123 B
JavaScript
Raw Normal View History

2023-05-16 12:29:52 +02:00
function load_panorama()
{
document.getElementById("panorama").style.backgroundImage = "./img/test.jpg" //NOT WORKING
}