Fixes
This commit is contained in:
parent
c7e63391f6
commit
a6fff1c849
6 changed files with 24 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue