Fix #149 and a couple other issues

This commit is contained in:
calzoneman 2013-05-26 11:38:38 -04:00
parent a6af5a2440
commit 828b7e0381
3 changed files with 6 additions and 6 deletions

View file

@ -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(); });