Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.257 and 1.258

version 1.257, 2009/12/22 17:27:28 version 1.258, 2010/01/05 00:42:49
Line 1300  sub htmlareaselectactive { Line 1300  sub htmlareaselectactive {
     function startRichEditor(id) {      function startRichEditor(id) {
     CKEDITOR.replace(id,       CKEDITOR.replace(id, 
     {      {
     customConfig: "/ckeditor/loncapaconfig.js",      customConfig: "/ckeditor/loncapaconfig.js"
     }      }
     );      );
     }      }

Removed from v.1.257  
changed lines
  Added in v.1.258


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