From fc72fda5fc46daea25a991ba6b907a793e52ed06 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 12 Nov 2013 02:06:24 +0100 Subject: webchat: remove cruft --- webchat/public/functions.js | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'webchat/public/functions.js') diff --git a/webchat/public/functions.js b/webchat/public/functions.js index 244af67b..781fafce 100644 --- a/webchat/public/functions.js +++ b/webchat/public/functions.js @@ -7,22 +7,11 @@ function inputParser (str) { } } - - function replaceURLWithHTMLLinks (text) { var exp = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig; return text.replace(exp,"$1"); } -function setMaybeNick (input) { - if (match) { - nick = match[1]; - $('#nick').html(nick); - } -} -function sortNicklist () { -}; - function getNicklistElement(name, type) { var el; $('.'+type+'_name').each(function (i,e) { -- cgit v1.2.3