Rename e to er due to IE8 overwriting it

Nobody will use OBS.ninja in IE8 but who knows...
This commit is contained in:
Filip Troníček 2020-12-11 17:54:17 +01:00
parent b25632188a
commit 26288e685a

View File

@ -79,8 +79,8 @@ $(".close").on('click', function(e) {
});
}
activatedPreview=false;
} catch (e){
errorlog(e);
} catch (er){
errorlog(er);
}
log("Cleaned up Video");
e.stopPropagation();