Remove unused function showBubble()

This commit is contained in:
Johannes Zellner
2018-01-26 15:04:18 +01:00
parent 9d57c81505
commit 75194525fb

View File

@@ -306,14 +306,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
}
};
$scope.showBubble = function ($event) {
$($event.target).tooltip('show');
setTimeout(function () {
$($event.target).tooltip('hide');
}, 2000);
};
$scope.groupAdd = {
busy: false,
error: {},