mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 10:16: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);
|
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