Diff for /loncom/html/adm/ckeditor/loncapaconfig.js between versions 1.3 and 1.4

version 1.3, 2015/03/31 13:45:39 version 1.4, 2015/04/01 16:14:31
Line 47  CKEDITOR.editorConfig = function( config Line 47  CKEDITOR.editorConfig = function( config
           
           
     config.allowedContent = true;      config.allowedContent = true;
     config.extraPlugins = 'lcm';      config.extraPlugins = 'lcm,chem';
       
       config.mathJaxLib = '/adm/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
           
     config.specialChars = [      config.specialChars = [
         /* upercase greek */          /* upercase greek */

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>