Functional x
This commit is contained in:
parent
15b7ea130b
commit
3d2b5e3286
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue