Now WebConsole can be used in English and Spanish

This commit is contained in:
Carlos
2019-08-23 17:29:45 +02:00
parent 13d374ec32
commit de0bd6d553
5 changed files with 147 additions and 16 deletions

View File

@ -9,6 +9,7 @@
*/
var persistenceManager = new WebConsolePersistenceManager();
var connectionManager = new WebConsoleManager();
var lang;
var autoPasswordCompleted = false; //When true, saved password was used. If a 401 is received, then saved password is not correct
var statusCommandsInterval = -1;
var commandHistoryIndex = -1; //Saves current command history index. -1 when not browsing history.