From 7be8e363f8f899bed53efebd7058ef3bc7303f44 Mon Sep 17 00:00:00 2001 From: hassaku Date: Tue, 30 Sep 2014 23:17:01 +0900 Subject: [PATCH] Change status depending on starting plugin install. --- app/views/plugins/recommended.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/plugins/recommended.html.haml b/app/views/plugins/recommended.html.haml index ed1393d..400ff9a 100644 --- a/app/views/plugins/recommended.html.haml +++ b/app/views/plugins/recommended.html.haml @@ -51,6 +51,8 @@ method: "POST" }).done(function(){ $anchor.fadeOut(); + var status = $anchor.parent().closest('tr').children()[3]; + $(status).text("#{t("terms.processing")}"); });; }); });