Remove unused function showBubble()
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user