some ui fixes

This commit is contained in:
Devaev Maxim
2018-07-31 23:04:31 +03:00
parent 3a748859ff
commit d9dbddeb2f
5 changed files with 33 additions and 20 deletions

View File

@@ -44,6 +44,7 @@ var stream = new function() {
el_stream_image.style.width = size.width + "px";
el_stream_image.style.height = size.height + "px";
el_stream_image.src = "/streamer/?action=stream&time=" + new Date().getTime();
ui.showWindow("stream-window");
}
});
};