version 1.121.2.24.2.1, 2021/12/30 06:00:16
|
version 1.121.2.24.2.2, 2022/02/24 14:42:30
|
Line 163 sub success {
|
Line 163 sub success {
|
$destination .= (($destination =~ /\?/) ? '&' : '?') . 'ttoken='.$token; |
$destination .= (($destination =~ /\?/) ? '&' : '?') . 'ttoken='.$token; |
} |
} |
} |
} |
|
if ($env{'request.deeplink.login'}) { |
|
if ($env{'environment.remote'} eq 'on') { |
|
&Apache::lonnet::appenv({'environment.remote' => 'off'}); |
|
} |
|
} |
|
|
my $windowinfo=&Apache::lonmenu::open($env{'browser.os'}); |
my $windowinfo=&Apache::lonmenu::open($env{'browser.os'}); |
my $startupremote=&Apache::lonmenu::startupremote($destination); |
my $startupremote=&Apache::lonmenu::startupremote($destination); |