From 6212cf66dfe7baccd5adaf53b27fd3521a026bbe Mon Sep 17 00:00:00 2001 From: LoomeL Date: Sun, 1 Sep 2019 20:27:54 +0600 Subject: [PATCH] [ANY] Angelok support --- Launcher/runtime/dialog/dialog.js | 4 ++-- Launcher/runtime/dialog/scenes/login/login.fxml | 4 ++-- Launcher/runtime/dialog/scenes/mainmenu/mainmenu.fxml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js index d4fb2cce..cb99d0a0 100644 --- a/Launcher/runtime/dialog/dialog.js +++ b/Launcher/runtime/dialog/dialog.js @@ -68,7 +68,7 @@ function initLoginScene() { var pane = loginPane; config.links.forEach(function(link) { - var el = pane.lookup("#" + link.id); + var el = pane.lookup("#link_" + link.id); if (el === null) return; el.setOnAction(function() { @@ -122,7 +122,7 @@ function initMenuScene() { var pane = menuPane; config.links.forEach(function(link) { - var el = pane.lookup("#" + link.id); + var el = pane.lookup("#link_" + link.id); if (el === null) return; el.setOnAction(function() { diff --git a/Launcher/runtime/dialog/scenes/login/login.fxml b/Launcher/runtime/dialog/scenes/login/login.fxml index b1e94c9e..43f83937 100644 --- a/Launcher/runtime/dialog/scenes/login/login.fxml +++ b/Launcher/runtime/dialog/scenes/login/login.fxml @@ -32,7 +32,7 @@ - + @@ -57,7 +57,7 @@ - -