From 26288e685a9e17126cc9be1edddf97060254e953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Fri, 11 Dec 2020 17:54:17 +0100 Subject: [PATCH] Rename e to er due to IE8 overwriting it Nobody will use OBS.ninja in IE8 but who knows... --- animations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animations.js b/animations.js index 58e919f..b95e708 100644 --- a/animations.js +++ b/animations.js @@ -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();