mirror of https://github.com/calzoneman/sync.git
I could swear I fixed announcements before
This commit is contained in:
parent
25a2c053e9
commit
91e3049e61
|
@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue