Update for OctoPrint 1.3.5
This commit is contained in:
parent
784673b588
commit
251fa0f6d1
@ -32,7 +32,7 @@ $(function() {
|
||||
var currentSrc = webcamImage.attr("src");
|
||||
|
||||
// safari bug doesn't release the mjpeg stream, so we just set it up the once
|
||||
if (self.control._isSafari() && currentSrc != undefined) {
|
||||
if (OctoPrint.coreui.browser.safari && currentSrc != undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user