mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 10:15:52 +03:00
[GH-ISSUE #151] Only the last element of the words list in json preset is processed. #103
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pitonmd on GitHub (Dec 11, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/151
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 commented on GitHub (Jan 9, 2019):
Hello, I have the same issue.
Will it be fixed in the next builded version ?
Thanks you.