Solved problem with russian translation

This commit is contained in:
Carlos
2020-01-09 21:50:47 +01:00
parent 188ea53481
commit 6d4c601a3e
3 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ var commandHistoryIndex = -1; //Saves current command history index. -1 when not
* Prepare and show server to user
*/
function openServer(serverName){
//Hide welcome div if user is in welcome page
//Hide welcome div if user is not in welcome page
$("#welcomeContainer").hide();
$("#serverContainer").show();