redirect to update.html after migrate call succeeded

This commit is contained in:
Girish Ramakrishnan
2016-06-28 15:41:31 -05:00
parent c7c6944e5f
commit 84c5e7bdeb

View File

@@ -186,6 +186,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
planChangeReset();
$('#planChangeModal').modal('hide');
window.location.href = '/update.html';
}
$scope.planChange.busy = false;