##// END OF EJS Templates
removed call to window location in some cases when request end up to early it showed a bad page....
marcink -
r1637:974d6193 default
parent child Browse files
Show More
@@ -172,8 +172,7 b' function ypjax(url,container,s_call,f_ca'
172 YUC.asyncRequest(method,url,{
172 YUC.asyncRequest(method,url,{
173 success:s_wrapper,
173 success:s_wrapper,
174 failure:function(o){
174 failure:function(o){
175 //failure
175 console.log(o)
176 window.location = url;
177 }
176 }
178 },args);
177 },args);
179
178
General Comments 0
You need to be logged in to leave comments. Login now