Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only the last element of the words list in json preset is processed. #151

Closed
pitonmd opened this issue Dec 11, 2018 · 1 comment
Closed

Comments

@pitonmd
Copy link

pitonmd commented Dec 11, 2018

I found an error in the _highlightWord() function in web /assets/app.js, which caused only the last object in the _highlightConfig.words list to be processed.

To fix, you need to replace line 180 in /assets/app.js:
output = line.replace(
with
output = output.replace(

@macfly92
Copy link

macfly92 commented Jan 9, 2019

Hello, I have the same issue.
Will it be fixed in the next builded version ?
Thanks you.

mthenw added a commit that referenced this issue Jan 9, 2019
@mthenw mthenw closed this as completed in 57367a2 Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants