template7
template7 copied to clipboard
Problem with circumflex in the 'js' helper
This doesn't work:
{{js "this.str.replace(/^image/, '') "}}
This works:
{{js "this.str.replace(/image/, '') "}}