DiscordFX
DiscordFX copied to clipboard
Search doesn't work well because of missing jquery.mark.js
Hi, I was using another theme that builds on this one, and I found that search doesn't work well any more because it's missing a library. I added this <script src="https://cdn.jsdelivr.net/npm/mark.js@8/dist/jquery.mark.min.js"></script>
to scripts.tmpl.partial and it fixed it.
The issue causes search results to not be refreshed properly after the first search; all the searches after the first one show the same results. This happens because an exception interrupts the processing of the results due to the missing library.