./lib/assets/javascripts/pjax/jquery_pjax.js in pjax_rails-0.1.9 vs ./lib/assets/javascripts/pjax/jquery_pjax.js in pjax_rails-0.1.10
- old
+ new
@@ -173,10 +173,10 @@
return pjax.xhr
}
pjax.defaults = {
- timeout: 650,
+ timeout: null,
push: true,
replace: false,
// We want the browser to maintain two separate internal caches: one for
// pjax'd partial page loads and one for normal page loads. Without
// adding this secret parameter, some browsers will often confuse the two.
\ No newline at end of file