1
0
Fork 0
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:
ma.azimi@laposte.net 2015-12-03 11:55:48 +01:00 committed by YunoHost
parent 73d1fc9e55
commit a8919f335e

View file

@ -102,7 +102,7 @@ $(document).ready(function () {
$(".inprogress").each(function() { $(".inprogress").each(function() {
$(this).html( '<a class="btn btn-small btn-warning disabled" href="#">En cours</a>' ); $(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>' ); $(this).html( '<a class="btn btn-small btn-success disabled" href="#">Fonctionnel</a>' );
}); });
}, 3000); }, 3000);