You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the search plugin and on each time I initialize the tree, i get this error named in the title.
The problem is on line 7261: if(str === false || $.trim(str.toString()) === "") { return this.clear_search(); }
I think you have also to check for 'undefined'.
The text was updated successfully, but these errors were encountered:
Hey,
first of all, thanks for this great addon.
I'm using the search plugin and on each time I initialize the tree, i get this error named in the title.
The problem is on line 7261:
if(str === false || $.trim(str.toString()) === "") { return this.clear_search(); }
I think you have also to check for 'undefined'.
The text was updated successfully, but these errors were encountered: