Update for OctoPrint 1.3.5

This commit is contained in:
malnvenshorn 2017-09-05 17:07:02 +02:00
parent 784673b588
commit 251fa0f6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}