diff --git a/src/views/apps.js b/src/views/apps.js index 36820c33c..504208eb7 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -20,12 +20,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location $scope.spacesSuffix = ''; $scope.disableIndexingTemplate = '# Disable search engine indexing\n\nUser-agent: *\nDisallow: /'; - $scope.toggleTag = function (tag) { - var pos = $scope.selectedTags.indexOf(tag); - if (pos !== -1) $scope.selectedTags.splice(pos, 1); - else $scope.selectedTags.push(tag); - }; - $scope.appConfigure = { busy: false, error: {},