diff --git a/client/js/chat.js b/client/js/chat.js index dd2519c3..55f7e393 100644 --- a/client/js/chat.js +++ b/client/js/chat.js @@ -267,14 +267,3 @@ $(function() { }); }; }); - -function linkify(text) { - -} - -//Handlebars.registerHelper("link", function(text) { -// var text = Handlebars.Utils.escapeExpression(text); -// return URI.withinString(text, function(url) { -// return "" + url + ""; -// }); -//}); diff --git a/package.json b/package.json index 63842e83..0d7e54de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chat", "description": "Web client/server IRC chat", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "Mattias Erming", "email": "mattias@mattiaserming.com"