mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 10:16:07 +01:00
fix comment
This commit is contained in:
@@ -87,7 +87,7 @@ $(function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Cache Clear
|
// Update plugins/themes
|
||||||
$('[data-maintenance-update]').on('click', function(e) {
|
$('[data-maintenance-update]').on('click', function(e) {
|
||||||
|
|
||||||
$(this).attr('disabled','disabled').find('> .fa').removeClass('fa-cloud-download').addClass('fa-refresh fa-spin');
|
$(this).attr('disabled','disabled').find('> .fa').removeClass('fa-cloud-download').addClass('fa-refresh fa-spin');
|
||||||
|
|||||||
Reference in New Issue
Block a user