Commit d3237b51 by niskac

Corrected the BootAlert close text.

parent d5aca611
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
_createCloseLink: function( alert ) { _createCloseLink: function( alert ) {
var self = this; var self = this;
return $( '<a class="close" href="#">x</a>' ) return $( '<a class="close" href="#"></a>' )
.bind( 'click', function( event ) { .bind( 'click', function( event ) {
self.close( alert ); self.close( alert );
event.preventDefault(); event.preventDefault();
......
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