diff --git a/src/main/twirl/gitbucket/core/repo/creating.scala.html b/src/main/twirl/gitbucket/core/repo/creating.scala.html index 715a5b5..4dd59b1 100644 --- a/src/main/twirl/gitbucket/core/repo/creating.scala.html +++ b/src/main/twirl/gitbucket/core/repo/creating.scala.html @@ -31,7 +31,9 @@ $('#error').show(); $('#progress').hide(); } else { - location.href = '@context.path/@owner/@repository'; + setTimeout(function(){ + location.href = '@context.path/@owner/@repository'; + }, 2000); } } });