##// END OF EJS Templates
Add cache to ypjax calls to overcome chrome caching issues of requests
marcink -
r2694:78694f9a beta
parent child Browse files
Show More
@@ -219,7 +219,8 b' function ypjax(url,container,s_call,f_ca'
219 219 console.log(o);
220 220 YUD.get(container).innerHTML='<span class="error_red">ERROR: {0}</span>'.format(o.status);
221 221 YUD.setStyle(container,'opacity','1.0');
222 }
222 },
223 cache:false
223 224 },args);
224 225
225 226 };
General Comments 0
You need to be logged in to leave comments. Login now