since the dev list & tickets system is down... I'll post here.

What do you think of adding this code to ajax.js? it will allow better
loading information for long dynamic(php,perl...) ajax requests



diff -u ajax-orig.js ajax.js
--- ajax-orig.js        2007-04-12 12:27:36.000000000 -0700
+++ ajax.js      2007-05-07 09:18:19.000000000 -0700
@@ -708,6 +708,10 @@
                               if(s.async)
                                       xml = null;
                       }
+                       else if (xml && xml.readyState == 3){
+                               if (s.partial)
+                                       s.partial( xml, 'partial' );
+                       }
               };

               // don't attach the handler to the request, just poll it
instead




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to