diff --git a/themes/grav/js/admin-all.js b/themes/grav/js/admin-all.js index 6fb3985f..4813db95 100644 --- a/themes/grav/js/admin-all.js +++ b/themes/grav/js/admin-all.js @@ -283,6 +283,10 @@ $(function () { data: data, toastErrors: true, success: function (response) { + if (!response) { + return; + } + var grav = response.payload.grav, installed = response.payload.installed, resources = response.payload.resources,