Commit 3ed836b1 authored by Jacob Thornton's avatar Jacob Thornton

should check for alert class not alertmessage

parent 93c81522
...@@ -43,13 +43,12 @@ ...@@ -43,13 +43,12 @@
e && e.preventDefault() e && e.preventDefault()
$parent.length || ($parent = $this.hasClass('alert-message') ? $this : $this.parent()) $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
$parent.removeClass('in') $parent.removeClass('in')
function removeElement() { function removeElement() {
$parent.remove() $parent.remove()
$parent.trigger('closed') $parent.trigger('closed')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment