From 703953a0f66d7e9b3594af92b229d75b35d8d0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 9 May 2014 09:13:13 +0100 Subject: [PATCH] Rename highlightNick to addMention ...because that's what it does --- index.html | 2 +- js/glowingbear.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f0c52e0..c297855 100644 --- a/index.html +++ b/index.html @@ -249,7 +249,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel : - +
diff --git a/js/glowingbear.js b/js/glowingbear.js index bac3f22..b118de3 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1262,7 +1262,7 @@ weechat.directive('inputBar', function() { } }; - $rootScope.highlightNick = function(prefix) { + $rootScope.addMention = function(prefix) { // Extract nick from bufferline prefix var nick = prefix[prefix.length - 1].text;