From 41ffc4bcf3400c74ed6174e05cb363152c3e97bb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 9 Aug 2015 15:19:21 +0200 Subject: [PATCH] If we have an empty app search show modal dialog link --- webadmin/src/views/appstore.html | 2 +- webadmin/src/views/appstore.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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);