Closed
Description
When attempting to search through the bar in the top menu, it fails with an error of 'search is not a function'. The thing is, window.search
is a function, and I can use it through DevTools. One solution that works (on my machine, at least) is to change the keyup
event on input#search
here:
to explicitly reference
window.search
instead of just search
.Metadata
Metadata
Assignees
Labels
No labels