mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to tell SPA themes what's up
This commit is contained in:
@@ -270,11 +270,13 @@ print "<script>\n";
|
||||
if ($xmlhr) {
|
||||
print "var xterm_argv = ".
|
||||
&convert_to_json(
|
||||
{ 'files' => $termlinks,
|
||||
'cols' => $env_cols,
|
||||
'rows' => $env_rows,
|
||||
'port' => $port,
|
||||
'socket_url' => $url });
|
||||
{ 'conf' => \%config,
|
||||
'files' => $termlinks,
|
||||
'socket_url' => $url,
|
||||
'port' => $port,
|
||||
'cols' => $env_cols,
|
||||
'rows' => $env_rows,
|
||||
'ps1' => $ps1 });
|
||||
}
|
||||
else {
|
||||
print $term_script;
|
||||
|
||||
Reference in New Issue
Block a user