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
BTW: your change on issue #45 will also fix this one :)
var $options = self.$left.children(); //instead of self.$left.children()(':visible');
...
var $options = self.$right.children(); //instead of self.$right.children()(':visible');
The text was updated successfully, but these errors were encountered: