template7 icon indicating copy to clipboard operation
template7 copied to clipboard

Problem with circumflex in the 'js' helper

Open tdaugaard opened this issue 7 years ago • 0 comments

This doesn't work:

{{js "this.str.replace(/^image/, '') "}}

This works:

{{js "this.str.replace(/image/, '') "}}

tdaugaard avatar Sep 29 '17 20:09 tdaugaard