diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index 2a844256e..8adf61a29 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -378,7 +378,7 @@ app.directive('tagInput', function () { return $scope.$apply('deleteTag()'); } }); - return element.bind('keyup', function (e) { + element.bind('keyup', function (e) { var key = e.which; if (key === 9 || key === 13 || key === 188) { e.preventDefault(); @@ -392,7 +392,7 @@ app.directive('tagInput', function () { '{{tag}}' + '