--- loncom/interface/courseprefs.pm 2015/09/13 21:48:05 1.74 +++ loncom/interface/courseprefs.pm 2016/02/20 00:12:39 1.75 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.74 2015/09/13 21:48:05 raeburn Exp $ +# $Id: courseprefs.pm,v 1.75 2016/02/20 00:12:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3959,11 +3959,10 @@ sub print_appearance { 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' => {