Reply to thread

The "fix" is really wonky, just don't pass in the search term. This still does any partial match highlighting!

[CODE="javascript"]- this.tagify.dropdown.show.call(this.tagify, q)

+ this.tagify.dropdown.show.call(this.tagify, '')[/CODE]


Back
Top Bottom