diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index a6d280df8..5f3950c29 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -146,7 +146,7 @@

No applications in this category.

-

Let us know if you miss something.

+

Let us know if you miss something.

Loading

diff --git a/webadmin/src/views/appstore.js b/webadmin/src/views/appstore.js index 5206fd02c..1e38b31ca 100644 --- a/webadmin/src/views/appstore.js +++ b/webadmin/src/views/appstore.js @@ -58,10 +58,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca $('#feedbackModal').modal('show'); }; - $scope.activateFeedbackForm = function () { - $('#feedbackDescriptionTextarea').focus(); - }; - function getAppList(callback) { AppStore.getApps(function (error, apps) { if (error) return callback(error);