1
0
Fork 0

Use Phi's map for Equipment->Browser Map

This commit is contained in:
Torsten Dreyer 2015-06-12 12:05:38 +02:00
parent 63c5a61f94
commit 0d9266a13a

View file

@ -357,7 +357,7 @@
if( props.globals.getNode("/").getValue("sim/http/running",0) != 1 ) {
gui.popupTip("Internal webserver not running. Restart FlightGear with -httpd=8080", 5.0);
} else {
var _url = "http://localhost:" ~ getprop("/sim/http/options/listening-port") ~ "/map/";
var _url = "http://localhost:" ~ getprop("/sim/http/options/listening-port") ~ "#Map";
fgcommand("open-browser", props.Node.new({ "url": _url }));
}
</script>