copypaste typo

This commit is contained in:
Jiiks 2015-10-25 19:02:10 +02:00
parent d9eabe50a2
commit ec89afe953
2 changed files with 2 additions and 2 deletions

View File

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

View File

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