mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Misc fixes to install module
This commit is contained in:
parent
bb888a5037
commit
e59dc59664
2 changed files with 17 additions and 2 deletions
|
|
@ -41,6 +41,7 @@ jQuery(function($){
|
|||
$("#task-complete-install").click(function() {
|
||||
$("#task-complete-install").text($("#task-complete-install").data("installing"));
|
||||
$("#task-complete-install").prop("disabled", true);
|
||||
$(window).on("beforeunload", function() { return ""; });
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue