--- loncom/homework/functionplotresponse.pm 2013/12/03 14:54:29 1.104 +++ loncom/homework/functionplotresponse.pm 2015/03/09 16:22:59 1.108 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.104 2013/12/03 14:54:29 bisitz Exp $ +# $Id: functionplotresponse.pm,v 1.108 2015/03/09 16:22:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -73,7 +73,11 @@ sub useHTML5 { } } } elsif ($env{'browser.type'} eq 'explorer') { - if (($env{'browser.os'} eq 'win') && ($env{'browser.version'} >= 10)) { + if (($env{'browser.os'} eq 'win') && ($env{'browser.version'} == 10)) { + return 1; + } + } elsif ($env{'browser.type'} eq 'opera') { + if ($env{'browser.version'} >= 18) { return 1; } } @@ -183,7 +187,7 @@ sub java_geogebra_default_parameters { - + @@ -1456,7 +1460,7 @@ sub start_functionplotresponse { my $ylabel=&Apache::lonxml::get_param('ylabel',$parstack,$safeeval); if ($target eq 'edit') { $result.=&Apache::edit::start_table($token) - .'