mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 17:56:07 +01:00
Remove spinner on Updater check if failed
This commit is contained in:
@@ -407,6 +407,8 @@ $(function () {
|
||||
|
||||
if (options.callback && typeof options.callback == 'function') options.callback(response);
|
||||
}
|
||||
}).always(function() {
|
||||
$('[data-gpm-checkupdates]').find('i').removeClass('fa-spin');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user