thelounge/client/js/libs/handlebars/stringcolor.js

6 lines
99 B
JavaScript
Raw Normal View History

2014-09-30 20:00:23 +02:00
Handlebars.registerHelper(
"stringcolor", function(str) {
return window.stringcolor(str);
2014-09-30 20:00:23 +02:00
}
);