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() {
$(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);