Functional x

This commit is contained in:
Jiiks 2015-10-26 00:15:02 +02:00
parent 15b7ea130b
commit 3d2b5e3286
1 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,7 @@ PublicServers.prototype.init = function() {
$("<span/>", { $("<span/>", {
id: "bd-ps-close", id: "bd-ps-close",
style:"cursor:pointer;",
text: "X" text: "X"
}).appendTo(header); }).appendTo(header);
@ -366,6 +367,7 @@ PublicServers.prototype.init = function() {
$("body").append(this.getPanel()); $("body").append(this.getPanel());
$("#bd-ps-close").on("click", function() { self.show(); });
var servers = publicServers.servers; var servers = publicServers.servers;