From d3521f764faadc8fc3e330bbbcc343e88532c3b7 Mon Sep 17 00:00:00 2001
From: brli <brita.linnestad@nibio.no>
Date: Tue, 23 Apr 2024 12:17:29 +0200
Subject: [PATCH] Remove alert when completed

---
 applefruitmoth/static/applefruitmoth/js/applefruitmoth.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
index dfa5a49c..cdea9047 100644
--- a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
+++ b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
@@ -112,9 +112,9 @@ function runModel (basisTemp, data, name, start, end) {
 	.fail(function( jqXHR, textStatus,errorThrown ) {
 		alert( "Request failed: " + errorThrown );
 	})
-	.always(function() {
-		alert( "complete" );
-	})
+	//.always(function() {
+	//	alert( "complete" );
+	//})
 	;
 }
 
-- 
GitLab