mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
Disable install button when installation is already in progress
This commit is contained in:
parent
5a7906252e
commit
2a0396f230
4 changed files with 9 additions and 1 deletions
|
|
@ -37,4 +37,10 @@ jQuery(function($){
|
|||
}
|
||||
});
|
||||
}
|
||||
if($("#task-complete-install").size()) {
|
||||
$("#task-complete-install").click(function() {
|
||||
$("#task-complete-install").text($("#task-complete-install").data("installing"));
|
||||
$("#task-complete-install").prop("disabled", true);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue