[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...

Shane Bryzak sbryzak at redhat.com
Mon Apr 30 20:08:12 EDT 2007


  User: sbryzak2
  Date: 07/04/30 20:08:12

  Modified:    src/remoting/org/jboss/seam/remoting  remote.js
  Log:
  JBSEAM-1271
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/remoting/org/jboss/seam/remoting/remote.js
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remote.js
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/remote.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- remote.js	24 Apr 2007 23:52:34 -0000	1.2
  +++ remote.js	1 May 2007 00:08:12 -0000	1.3
  @@ -604,7 +604,7 @@
     if (req.readyState == 4)
     {
       Seam.Remoting.hideLoadingMessage();
  -    req.onreadystatechange = null;
  +    req.onreadystatechange = function() {};
   
       if (req.status == 200)
       {
  
  
  



More information about the jboss-cvs-commits mailing list