Return to lonauth.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.172, 2022/02/27 01:43:13 | version 1.173, 2022/05/21 05:16:43 |
---|---|
Line 248 sub success { | Line 248 sub success { |
if ($env{'request.lti.target'} eq '') { | if ($env{'request.lti.target'} eq '') { |
my $ltitarget = (($destination =~ /\?/) ? '&' : '?'). | my $ltitarget = (($destination =~ /\?/) ? '&' : '?'). |
'ltitarget=iframe'; | 'ltitarget=iframe'; |
&js_escape(\$destination); | |
$js = <<"ENDJS"; | $js = <<"ENDJS"; |
<script type="text/javascript"> | <script type="text/javascript"> |