xlawrence    2005/11/02 17:40:31 CET

  Modified files:
    src/view/jsp         actions.js 
  Log:
  changed HTTP method to POST to avoid IE problem regarding copy-paste
  
  Revision  Changes    Path
  1.10      +2 -2      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.9&r2=1.10&f=h
  
  
  
  Index: actions.js
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/actions.js,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- actions.js        2 Nov 2005 15:35:13 -0000       1.9
  +++ actions.js        2 Nov 2005 16:40:31 -0000       1.10
  @@ -644,9 +644,9 @@
       document.body.style.cursor = "wait";
        try {
                // correct values are "POST" or "GET" (HTTP methods).
  -             var method = "GET" ;
  +             var method = "POST" ;
                var data = "key=" + objectKey + "&cop=" + op;
  -         var url = context + "/Jahia/op/edit/engineName/clipboard/pid/" + 
pageID ;
  +       var url = context + "/Jahia/op/edit/engineName/clipboard/pid/" + 
pageID ;
   
                if (method == "GET") {
                        url += "?" + data;
  

Reply via email to