Yes I am using replace as follows:
- content = options.content.replace("{class}", options.class).replace("{title}", title);
The problem is that "options.content" might have or not "{class}" and "{title}".
And when it does not have one of those string an error is fired.
So I don't know how to use replace here ...
Any idea?
Thank You,
Miguel