mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
Add an option to disable the automatic check for updates. Enabled by default. Grav updates still show up when pressing the 'Check for updates' button
This commit is contained in:
@@ -402,7 +402,9 @@ $(function () {
|
||||
});
|
||||
};
|
||||
|
||||
GPMRefresh();
|
||||
if (GravAdmin.config.enable_auto_updates_check === '1') {
|
||||
GPMRefresh();
|
||||
}
|
||||
|
||||
function reIndex (collection) {
|
||||
var holder = collection.find('[data-collection-holder]'),
|
||||
|
||||
Reference in New Issue
Block a user