From 73d1fc9e557ba0b86d716211729aace3aa2e8e5f Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Thu, 3 Dec 2015 11:54:57 +0100 Subject: [PATCH] Update apps_in_progress.md --- apps_in_progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps_in_progress.md b/apps_in_progress.md index 0f6d6c98..f56adbd2 100644 --- a/apps_in_progress.md +++ b/apps_in_progress.md @@ -99,8 +99,8 @@ $(document).ready(function () { $(".inprogress").each(function() { $(this).html( 'In progress' ); }); - $(".ready").each(function() { - $(this).html( 'Ready' ); + $(".working").each(function() { + $(this).html( 'Working' ); }); }, 3000); });