mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-06-08 07:07:29 +03:00
[FIX] Строки без смысла.
This commit is contained in:
parent
d4d389b70d
commit
37bd41c1de
1 changed files with 3 additions and 3 deletions
|
@ -236,9 +236,9 @@ function verifyLauncher(e) {
|
|||
initOffline();
|
||||
}
|
||||
overlay.swap(0, processing.overlay, function(event) makeAuthAvailabilityRequest(function(result) {
|
||||
result.list;
|
||||
result.list[0].name;
|
||||
result.list[0].displayName;
|
||||
//result.list;
|
||||
//result.list[0].name;
|
||||
//result.list[0].displayName;
|
||||
result.list.forEach(function(auth_type, i, arr) {
|
||||
|
||||
var serverAuth = new com.jfoenix.controls.JFXComboBox();
|
||||
|
|
Loading…
Reference in a new issue