From 6e9fffd841d551a9b3a9bef5830cb57aecd6ff8f Mon Sep 17 00:00:00 2001 From: tdurieux Date: Sun, 26 Sep 2021 08:12:29 +0200 Subject: [PATCH] feat: automatically rrefresh the status of non-ready repository --- public/script/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/script/app.js b/public/script/app.js index d407b5a..143d284 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -1320,6 +1320,7 @@ angular (err) => { $scope.type = "error"; $scope.content = err.data.error; + setTimeout(init, 2500); } ); }