illyfrancis / bogo

0 stars 0 forks source link

Tooltip within Search Filter popup emits 'hide' event that causes error #55

Closed illyfrancis closed 11 years ago

illyfrancis commented 11 years ago

The 'hide' event gets handled by the main view (Search Filter) and calls onHidden() function which causes a bug by calling dismissAlert() function.

this.$('.modal-body > div .alert').remove();