Release 0.2.0
This commit is contained in:
parent
b574c87028
commit
661e1d7b1d
@ -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 "<a href='" + url + "' target='_blank'>" + url + "</a>";
|
|
||||||
// });
|
|
||||||
//});
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "chat",
|
"name": "chat",
|
||||||
"description": "Web client/server IRC chat",
|
"description": "Web client/server IRC chat",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
"email": "mattias@mattiaserming.com"
|
"email": "mattias@mattiaserming.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user