longlostnick / bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into "Growl-like" notifications.
http://ifightcrime.github.io/bootstrap-growl
MIT License
806 stars 207 forks source link

Bootstrap 3 support #31

Closed troymccabe closed 11 years ago

troymccabe commented 11 years ago

Seems like only minor changes needed to support BS3, and can be found: https://github.com/troymccabe/bootstrap-growl/tree/bs3-prep

class="bootstrap-growl alert" -> class="bootstrap-growl alert alert-dismissable" <a class="close"... -> <button class="close"...

longlostnick commented 11 years ago

This should be fixed now by #32