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

raeburn raeburn at source.lon-capa.org
Mon Mar 9 12:30:47 EDT 2015


raeburn		Mon Mar  9 16:30:47 2015 EDT

  Modified files:              
    /loncom/homework	chemresponse.pm 
  Log:
  - Use JME instead of JSME for Safari 5.0.5 and older (excluding iOS);
    determination based on user agent.
  
  
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.96 loncom/homework/chemresponse.pm:1.97
--- loncom/homework/chemresponse.pm:1.96	Mon Mar  9 14:57:03 2015
+++ loncom/homework/chemresponse.pm	Mon Mar  9 16:30:46 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # chemical equation style response
 #
-# $Id: chemresponse.pm,v 1.96 2015/03/09 14:57:03 raeburn Exp $
+# $Id: chemresponse.pm,v 1.97 2015/03/09 16:30:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -89,7 +89,7 @@
     if ($usejsme) {
         if ($env{'browser.type'} eq 'safari') {
             unless ($env{'browser.mobile'}) {
-                if ($env{'browser.version'} < 522) {
+                if ($env{'browser.version'} < 534) {
                     $usejsme = 0;
                 }
             }




More information about the LON-CAPA-cvs mailing list