Stephan Wendel b55ff454fc Initial Commit
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-10-27 18:07:39 +02:00

8 lines
228 B
JavaScript

document.getElementById("reloadSVG").style.display = "inline";
function reloadSnapshot() {
snapshotUrl =
"./?action=snapshot";
document.getElementById("snapshotImg").src =
snapshotUrl + "?" + new Date().getTime();
}