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("")
}