DiscordFX icon indicating copy to clipboard operation
DiscordFX copied to clipboard

Search doesn't work well because of missing jquery.mark.js

Open OscarAbraham opened this issue 2 years ago • 0 comments

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.

OscarAbraham avatar Jan 17 '23 23:01 OscarAbraham