Diff for /loncom/publisher/publisher.html between versions 1.33 and 1.34

version 1.33, 2003/09/11 21:02:38 version 1.34, 2003/11/21 21:07:38
Line 51  function getrfilename() { Line 51  function getrfilename() {
 function getactionfilename() {  function getactionfilename() {
   document.fileaction.filename.value=frameloc();    document.fileaction.filename.value=frameloc();
   var test=document.fileaction.action.selectedIndex;    var test=document.fileaction.action.selectedIndex;
   if (test == 4) { // trying to create a directory    if (test == 8) { // trying to create a directory
       if (document.fileaction.filename.value.indexOf('/adm/pubdir')!=-1) {        if (document.fileaction.filename.value.indexOf('/adm/pubdir')!=-1) {
           document.fileaction.filename.value=document.dpublisher.filename.value;            document.fileaction.filename.value=document.dpublisher.filename.value;
       }        }

Removed from v.1.33  
changed lines
  Added in v.1.34


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