tot - Difference in jquery/jquery.xsajax.js versions 30 and 31
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [History
Modified: jquery/jquery.xsajax.js
===================================================================
--- jquery/jquery.xsajax.js	2007-04-13 08:33:15 UTC (rev 30)
+++ jquery/jquery.xsajax.js	2007-04-13 09:31:45 UTC (rev 31)
@@ -91,7 +91,8 @@
                         .text(helper);
                 }
                 else {
-                    /* use regular "onload" event for all other browsers */
+                    /* use regular "onload" event for all other browsers,
+                       including Firefox and Opera. */
                     $(node).load(callback);
                 }
             }