Fix #149 and a couple other issues
This commit is contained in:
parent
a6af5a2440
commit
828b7e0381
3 changed files with 6 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ Callbacks = {
|
|||
|
||||
channelNotRegistered: function() {
|
||||
var div = $("<div/>").addClass("alert alert-info").attr("id", "chregnotice")
|
||||
.insertAfter($(".row")[0]);
|
||||
.insertBefore($("#main"));
|
||||
$("<button/>").addClass("close pull-right").text("×")
|
||||
.appendTo(div)
|
||||
.click(function() { div.remove(); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue