You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/11/07 12:25:12 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/javascript tree.js

andreas     2003/11/07 03:25:12

  Modified:    src/webapp/lenya/resources/javascript tree.js
  Log:
  replaced hard-coded context prefix by parameter
  
  Revision  Changes    Path
  1.13      +1 -1      cocoon-lenya/src/webapp/lenya/resources/javascript/tree.js
  
  Index: tree.js
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/javascript/tree.js,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- tree.js	13 Oct 2003 18:24:31 -0000	1.12
  +++ tree.js	7 Nov 2003 11:25:11 -0000	1.13
  @@ -8,7 +8,7 @@
   function Folder(folderDescription, hreference) //constructor 
   { 
     //constant data 
  -  ICONPATH = '/lenya/lenya/images/tree/';
  +  ICONPATH = CONTEXT_PREFIX + '/lenya/images/tree/';
     this.desc = folderDescription; 
     this.hreference = hreference;
     this.id = -1;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org