Diff for /loncom/html/htmlarea/Attic/htmlarea.js between versions 1.5 and 1.6

version 1.5, 2005/02/17 08:59:45 version 1.6, 2006/07/27 22:27:22
Line 922  HTMLArea.loadStyle = function(style, plu Line 922  HTMLArea.loadStyle = function(style, plu
  url += style;   url += style;
  document.write("<style type='text/css'>@import url(" + url + ");</style>");   document.write("<style type='text/css'>@import url(" + url + ");</style>");
 };  };
 HTMLArea.loadStyle("htmlarea.css");  //HTMLArea.loadStyle("htmlarea.css");
   
 /***************************************************  /***************************************************
  *  Category: EDITOR UTILITIES   *  Category: EDITOR UTILITIES

Removed from v.1.5  
changed lines
  Added in v.1.6


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