mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update apps_in_progress_fr.md
This commit is contained in:
parent
73d1fc9e55
commit
a8919f335e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ $(document).ready(function () {
|
|||
$(".inprogress").each(function() {
|
||||
$(this).html( '<a class="btn btn-small btn-warning disabled" href="#">En cours</a>' );
|
||||
});
|
||||
$(".ready").each(function() {
|
||||
$(".working").each(function() {
|
||||
$(this).html( '<a class="btn btn-small btn-success disabled" href="#">Fonctionnel</a>' );
|
||||
});
|
||||
}, 3000);
|
||||
|
|
Loading…
Reference in a new issue