[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Fri Aug 5 16:28:15 EDT 2016


raeburn		Fri Aug  5 20:28:15 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	courseprefs.pm 
  Log:
  - For 2.11
    - Backport 1.75
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.49.2.19 loncom/interface/courseprefs.pm:1.49.2.20
--- loncom/interface/courseprefs.pm:1.49.2.19	Thu Aug  4 17:59:19 2016
+++ loncom/interface/courseprefs.pm	Fri Aug  5 20:28:14 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.49.2.19 2016/08/04 17:59:19 raeburn Exp $
+# $Id: courseprefs.pm,v 1.49.2.20 2016/08/05 20:28:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3899,11 +3899,10 @@
                    input => 'selectbox',
                    options => {
                                 MathJax  => 'MathJax',
-                                jsMath   => 'jsMath',
                                 mimetex => &mt('Convert to Images'),
                                 tth      => &mt('TeX to HTML'),
                               },
-                   order  => ['MathJax','jsMath','mimetex','tth'],
+                   order  => ['MathJax','mimetex','tth'],
                    nullval => $mathdef,
                  },
         'tthoptions' => {




More information about the LON-CAPA-cvs mailing list