mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
Increase wait before refreshing the screen
This commit is contained in:
@@ -31,7 +31,9 @@
|
|||||||
$('#error').show();
|
$('#error').show();
|
||||||
$('#progress').hide();
|
$('#progress').hide();
|
||||||
} else {
|
} else {
|
||||||
|
setTimeout(function(){
|
||||||
location.href = '@context.path/@owner/@repository';
|
location.href = '@context.path/@owner/@repository';
|
||||||
|
}, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user