diff --git a/directives/input.html b/directives/input.html index 43fd60d..65bbc45 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,6 +1,6 @@
- + diff --git a/js/websockets.js b/js/websockets.js index 6d16d09..d1097cf 100644 --- a/js/websockets.js +++ b/js/websockets.js @@ -751,9 +751,11 @@ weechat.directive('inputBar', function() { models) { // Focuses itself when active buffer is changed + /* $rootScope.$on('activeBufferChanged', function() { angular.element('#sendMessage').focus(); }); + */ $scope.completeNick = function() { // input DOM node