From 82a3ac5382e9f9ff75e6cc461b0cacd532487f1f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Jul 2016 13:38:24 -0500 Subject: [PATCH] do not reload when dns config changes --- webadmin/src/views/certs.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webadmin/src/views/certs.js b/webadmin/src/views/certs.js index 848ba7017..b0b4fec51 100644 --- a/webadmin/src/views/certs.js +++ b/webadmin/src/views/certs.js @@ -124,9 +124,6 @@ angular.module('Application').controller('CertsController', ['$scope', '$locatio $scope.dnsCredentials.secretAccessKey = ''; $scope.hideDnsCredentialsForm(); - - // attempt to reload to make the browser get the new certs - window.location.reload(true); } $scope.dnsCredentials.busy = false;