2023-05-16 12:29:52 +02:00

4 lines
123 B
JavaScript

function load_panorama()
{
document.getElementById("panorama").style.backgroundImage = "./img/test.jpg" //NOT WORKING
}