Skip to content
Snippets Groups Projects
Commit d3441ef7 authored by Kayz's avatar Kayz
Browse files

Update 099-xtrnmenu-games.xjs

parent aff72585
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!68dark mode for webv4
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
Options.ScreenRows = 25; Options.ScreenRows = 25;
Options.SplashScreen = Options.SplashScreen = '<?xjs write(get_splash()); ?>'; Options.SplashScreen = Options.SplashScreen = '<?xjs write(get_splash()); ?>';
Options.WebSocketUrlPath = '?Port=<?xjs write(GetRLoginPort()); ?>'; Options.WebSocketUrlPath = '?Port=<?xjs write(GetRLoginPort()); ?>';
var fTelnet = new fTelnetClient('fTelnetContainer', Options); window.fTelnet = new fTelnetClient('fTelnetContainer', Options);
fTelnet.OnConnectionClose = function () { fTelnet.OnConnectionClose = function () {
window.location.reload(); window.location.reload();
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment