Search found 1 match

by jimmyppi2
Sat Jun 04, 2016 4:49 pm
Forum: Bug Reports
Topic: Search bugs
Replies: 10
Views: 14023

Re: Search bugs

I think this should fix problem #1, edit the code at: https://github.com/jimmyppi/searchthemcp/blob/master/web/autocomplete/autocomplete.js#L360 to this: function AutoComplete_SetValue(id) { function htmlDecode( html ) { var a = document.createElement( 'a' ); a.innerHTML = html; return a.textContent...