Change status depending on starting plugin install.

This commit is contained in:
hassaku 2014-09-30 23:17:01 +09:00
parent 8bd0046a24
commit 7be8e363f8

View File

@ -51,6 +51,8 @@
method: "POST"
}).done(function(){
$anchor.fadeOut();
var status = $anchor.parent().closest('tr').children()[3];
$(status).text("#{t("terms.processing")}");
});;
});
});