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

raeburn raeburn at source.lon-capa.org
Mon Mar 9 12:22:59 EDT 2015


raeburn		Mon Mar  9 16:22:59 2015 EDT

  Modified files:              
    /loncom/homework	functionplotresponse.pm 
  Log:
  - Geogebra HTML5 supported in Opera 18 and newer.
  
  
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.107 loncom/homework/functionplotresponse.pm:1.108
--- loncom/homework/functionplotresponse.pm:1.107	Mon Jan 19 15:35:53 2015
+++ loncom/homework/functionplotresponse.pm	Mon Mar  9 16:22:59 2015
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # Functionplot responses
 #
-# $Id: functionplotresponse.pm,v 1.107 2015/01/19 15:35:53 goltermann Exp $
+# $Id: functionplotresponse.pm,v 1.108 2015/03/09 16:22:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -76,6 +76,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;
+        }
     }
     return 0;
 }




More information about the LON-CAPA-cvs mailing list