Stephan Wendel 985146c5a7 Fixed .gitignore
* Deleted Line 'ustreamer-www' in gitignore

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-10-27 18:33:11 +02:00

9 lines
221 B
JavaScript

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