From 0bd443715a6fdcca8d10098663bc3d1d9aa0a1db Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 14 Dec 2013 19:51:34 +0100 Subject: [PATCH] Remove autofocus since it is very mobile unfriendly --- directives/input.html | 2 +- js/websockets.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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