From d9c0bdab111df9f0fb681afe1cc0842155de9944 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Mon, 4 Dec 2023 13:46:30 +0100 Subject: [PATCH] Remove call to nonexistent method --- batdetect2_gui/static/Jcrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batdetect2_gui/static/Jcrop.js b/batdetect2_gui/static/Jcrop.js index 16d2c75..5b051d7 100755 --- a/batdetect2_gui/static/Jcrop.js +++ b/batdetect2_gui/static/Jcrop.js @@ -154,7 +154,7 @@ $.extend(AbstractStage,{ }, prototype: { attach: function(core){ - this.init(core); + // this.init(core); core.ui.stage = this; }, triggerEvent: function(ev){