./lib/assets/javascripts/pjax/jquery_pjax.js in pjax-rails-0.1 vs ./lib/assets/javascripts/pjax/jquery_pjax.js in pjax-rails-0.1.1
- old
+ new
@@ -70,10 +70,10 @@
// We don't want to let anyone override our success handler.
delete options.success
var defaults = {
- timeout: 650,
+ timeout: 1500,
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