Use footer info from settings to show empty on default
This commit is contained in:
@@ -196,7 +196,11 @@ angular.module('Application').controller('BrandingController', ['$scope', '$loca
|
||||
busy: false,
|
||||
|
||||
refresh: function () {
|
||||
$scope.footer.content = $scope.config.footer;
|
||||
Client.getFooter(function (error, result) {
|
||||
if (error) return console.error('Failed to get footer.', error);
|
||||
|
||||
$scope.footer.content = result;
|
||||
});
|
||||
},
|
||||
|
||||
submit: function () {
|
||||
|
||||
Reference in New Issue
Block a user