azerbini / eamena_v3

The EAMENA project maps cultural heritage across the Middle East and North Africa
http://eamena.arch.ox.ac.uk
0 stars 1 forks source link

Advanced Search Time Filter toggle opens multiple filters #22

Closed azerbini closed 7 years ago

azerbini commented 7 years ago

When toggling the Time Filter in the Advanced Search, this opens several Time Filter boxes.

screen shot 2017-10-04 at 12 00 08

Occasionally, multiple time sliders appear:

screen shot 2017-10-04 at 12 11 57

markdoub commented 7 years ago

I just pushed a change that fixes the problem (at least for my docker branch). The first time-filter widget in the advanced search has index=0. if ( self.index ) was not handling this case. I changed it to: if ( typeof self.index !== 'undefined')

azerbini commented 7 years ago

@markdoub correct, your fix works. Closing this.