* Deleted Line 'ustreamer-www' in gitignore Signed-off-by: Stephan Wendel <me@stephanwe.de>
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
document.getElementById("reloadSVG").style.display = "inline";
|
|
|
|
function reloadSnapshot() {
|
|
snapshotUrl =
|
|
"./snapshot";
|
|
document.getElementById("snapshotImg").src =
|
|
snapshotUrl + "?" + new Date().getTime();
|
|
}
|