copypaste typo
This commit is contained in:
parent
d9eabe50a2
commit
ec89afe953
|
@ -402,7 +402,7 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
|
|||
tableBody.append(tr);
|
||||
}
|
||||
|
||||
SettingsPanel.prototype.show = function() {
|
||||
PublicServers.prototype.show = function() {
|
||||
this.getPanel().toggle();
|
||||
}
|
||||
|
||||
|
|
|
@ -124,6 +124,6 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
|
|||
tableBody.append(tr);
|
||||
}
|
||||
|
||||
SettingsPanel.prototype.show = function() {
|
||||
PublicServers.prototype.show = function() {
|
||||
this.getPanel().toggle();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue