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