# HG changeset patch # User Marcin Kuzminski # Date 1320258782 -7200 # Node ID 974d6193b61aa156472908dd32ef258ce4a1d1e5 # Parent c3b8a2513d4aaaa821ce7e79125b77d3e40394db removed call to window location in some cases when request end up to early it showed a bad page. Very annoying diff -r c3b8a2513d4a -r 974d6193b61a rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js Mon Oct 17 01:58:22 2011 +0200 +++ b/rhodecode/public/js/rhodecode.js Wed Nov 02 20:33:02 2011 +0200 @@ -172,8 +172,7 @@ YUC.asyncRequest(method,url,{ success:s_wrapper, failure:function(o){ - //failure - window.location = url; + console.log(o) } },args);