Use config.features to customize UI

This commit is contained in:
Girish Ramakrishnan
2019-05-07 10:11:54 -07:00
parent 5d1ff97bf3
commit 48c3372c33
12 changed files with 17 additions and 27 deletions

View File

@@ -58,8 +58,6 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat
};
Client.onReady(function () {
if ($scope.config.managed) return;
Client.getRemoteSupport(function (error, enabled) {
if (error) return console.error(error);