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();