4 lines
120 B
JavaScript
Raw Normal View History

2023-05-24 12:01:54 +02:00
function open_panorama()
{
open("./res/panorama.html?img=" + document.getElementById("text_test").value, "_self");
}