[LON-CAPA-cvs] cvs: loncom /homework functionplotresponse.pm

raeburn raeburn at source.lon-capa.org
Sun Apr 5 13:09:12 EDT 2015


raeburn		Sun Apr  5 17:09:12 2015 EDT

  Modified files:              
    /loncom/homework	functionplotresponse.pm 
  Log:
  - Reverse changes in rev. 1.106.
    IE11 supported in HTML5 version of Geogebra 4.4 and 5.0.
  
  
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.109 loncom/homework/functionplotresponse.pm:1.110
--- loncom/homework/functionplotresponse.pm:1.109	Sat Apr  4 12:36:49 2015
+++ loncom/homework/functionplotresponse.pm	Sun Apr  5 17:09:12 2015
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # Functionplot responses
 #
-# $Id: functionplotresponse.pm,v 1.109 2015/04/04 12:36:49 raeburn Exp $
+# $Id: functionplotresponse.pm,v 1.110 2015/04/05 17:09:12 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -70,7 +70,7 @@
             }
         }
     } 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') {




More information about the LON-CAPA-cvs mailing list