From 37bd41c1de81fe1df9225bf7317787ff3d82b961 Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Sun, 5 May 2019 09:49:09 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=A1=D1=82=D1=80=D0=BE=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D1=81=D0=BC=D1=8B=D1=81=D0=BB=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/dialog/dialog.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js index a628f9ed..cfc3a805 100644 --- a/Launcher/runtime/dialog/dialog.js +++ b/Launcher/runtime/dialog/dialog.js @@ -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();