Closed monocraft closed 9 years ago
In init around line 126.
Thank you again. I want to use your niceURL to clean up some html tag but it saw it only remove https:// and http:// so I added another.
Handlebars.registerHelper('strip-tag', function(context) {
var html = context;
return new Handlebars.SafeString(html);
});
You have a pretag in your template that use niceURL but where is this defined?