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

Shane Bryzak sbryzak at redhat.com
Tue Apr 24 19:52:34 EDT 2007


  User: sbryzak2
  Date: 07/04/24 19:52:34

  Modified:    src/remoting/org/jboss/seam/remoting  remote.js
  Log:
  set onreadystatechange to null after response
  
  Revision  Changes    Path
  1.2       +1 -0      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- remote.js	27 Feb 2007 22:15:23 -0000	1.1
  +++ remote.js	24 Apr 2007 23:52:34 -0000	1.2
  @@ -604,6 +604,7 @@
     if (req.readyState == 4)
     {
       Seam.Remoting.hideLoadingMessage();
  +    req.onreadystatechange = null;
   
       if (req.status == 200)
       {
  
  
  



More information about the jboss-cvs-commits mailing list