From 7d778934f55de1da3f389dedbb199b930800879c Mon Sep 17 00:00:00 2001 From: labcode-de Date: Sat, 23 Sep 2017 18:46:38 +0200 Subject: [PATCH] bugfixtest --- config.inc.php | 2 +- js/firmware.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index 1b80ff8..23d3965 100644 --- a/config.inc.php +++ b/config.inc.php @@ -54,7 +54,7 @@ ), array( "name" => "GL-Inet", - "filename" => "-gl-", + "filename" => "gl", "offset_modell" => 3, "offset_version" => 4 ), diff --git a/js/firmware.js b/js/firmware.js index 765502e..15864c3 100644 --- a/js/firmware.js +++ b/js/firmware.js @@ -96,8 +96,9 @@ function change (origin, select) { } else if (origin === 'erstinstallation') { var stadium = $('#entwicklungsstadium') - stadium.html("") + stadium.html("") var id = $('#version').val() + console.log(router_json[id]) if (router_json[id].stablefactory == 1) { stadium.append("") }