dpillot     2005/10/10 15:58:39 CEST

  Modified files:
    src/view/jsp         actions.js 
  Log:
  fix for clipboard
  
  Revision  Changes    Path
  1.8       +3 -1      corporate_portal_templates/src/view/jsp/actions.js
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/actions.js.diff?r1=1.7&r2=1.8&f=h
  
  
  
  Index: actions.js
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/actions.js,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- actions.js        30 Aug 2005 16:48:26 -0000      1.7
  +++ actions.js        10 Oct 2005 13:58:39 -0000      1.8
  @@ -677,7 +677,9 @@
            } else {
                    req.onreadystatechange = function () {
                   if (req.readyState == 4) {
  -                             
document.getElementById('clipboard').innerHTML=objectKey;
  +
  +                    
//document.getElementById('clipboard').src="<jahia:serverHttpPath 
/>/jsp/jahia/engines/images/clipboard_next.png";
  +                    window.location.reload();
                       document.body.style.cursor = "default";
                   }
               }
  

Reply via email to