From c05d6234eb030e91807b9729b5e31fa83648a6f8 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Tue, 4 Oct 2022 09:40:08 +0200 Subject: [PATCH] remove automatic refresh in case of error --- public/script/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/script/app.js b/public/script/app.js index 3693c08..7374fec 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -1346,7 +1346,6 @@ angular (err) => { $scope.type = "error"; $scope.content = err.data.error; - setTimeout(init, 2500); } ); }