I get this error if I set navigation to 2.
JavaScript runtime error: Unable to get property 'find' of undefined or null reference on lines that contain
this.header.find(selector)
It would appear it is looking for the search group but, of course, the header is not there.
I'm using ajax to get the data.
It works fine if navigation is zero or three.
I just want to remove the search option.