Commit d3237b51 by niskac

Corrected the BootAlert close text.

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