I could swear I fixed announcements before

This commit is contained in:
calzoneman 2013-05-14 22:32:59 -04:00
parent 25a2c053e9
commit 91e3049e61
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Callbacks = {
$("<button/>").addClass("close pull-right").text("×") $("<button/>").addClass("close pull-right").text("×")
.appendTo(div) .appendTo(div)
.click(function() { div.remove(); }); .click(function() { div.remove(); });
$("<h3/>").data.text(data.title).appendTo(div); $("<h3/>").text(data.title).appendTo(div);
$("<p/>").html(data.text).appendTo(div); $("<p/>").html(data.text).appendTo(div);
}, },