If we have an empty app search show modal dialog link

This commit is contained in:
Johannes Zellner
2015-08-09 15:19:21 +02:00
parent 2739d54cc1
commit 41ffc4bcf3
2 changed files with 1 additions and 5 deletions

View File

@@ -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);