Provide user feedback when the Check for updates button is clicked.
This commit is contained in:
@@ -834,6 +834,8 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$("#menu_link_update_check").click(function() {
|
||||
$(this).html('<i class="fa fa-spin fa-refresh"></i> Checking</button>');
|
||||
$(this).prop('disabled', true);
|
||||
window.location.href = "checkGithub";
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user