--- loncom/homework/functionplotresponse.pm 2013/12/17 00:33:42 1.105 +++ loncom/homework/functionplotresponse.pm 2014/08/14 14:49:49 1.106 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.105 2013/12/17 00:33:42 raeburn Exp $ +# $Id: functionplotresponse.pm,v 1.106 2014/08/14 14:49:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -73,7 +73,7 @@ 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; } }