[Jifty-commit] jifty branch, master, updated. 40164ed92e1e059e2889816f9550d8485d817b12

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 10 17:35:46 EDT 2010


The branch, master has been updated
       via  40164ed92e1e059e2889816f9550d8485d817b12 (commit)
      from  f81f1a0f8fbd23edcef4ffe33faba370d7eafca7 (commit)

Summary of changes:
 share/web/static/js/jifty.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 40164ed92e1e059e2889816f9550d8485d817b12
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Jun 10 17:36:34 2010 -0400

    console.log the error message jQuery.ajax provides

diff --git a/share/web/static/js/jifty.js b/share/web/static/js/jifty.js
index afb442b..7ea39e8 100644
--- a/share/web/static/js/jifty.js
+++ b/share/web/static/js/jifty.js
@@ -1489,7 +1489,8 @@ Jifty.update = function () {
     };
 
     // When an HTTP communication failure happens, we need to clean up
-    var onFailure = function(transport, object) {
+    var onFailure = function(transport, message) {
+        console.log(message);
 
         // We failed, but we at least know we're done waiting
         if (!hide_wait) {

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list