This commit is contained in:
calzoneman 2013-05-12 21:37:03 -04:00
parent c7e63391f6
commit a6fff1c849
6 changed files with 24 additions and 6 deletions

View file

@ -29,7 +29,7 @@ Callbacks = {
announcement: function(data) {
var div = $("<div/>").addClass("alert")
.insertAfter($(".row")[0]);
$("<button/>").addClass("close pull-right").data.text("×")
$("<button/>").addClass("close pull-right").text("×")
.appendTo(div)
.click(function() { div.remove(); });
$("<h3/>").data.text(data.title).appendTo(div);