Fix reload-link in the example

This commit is contained in:
Oskar Rough
2016-11-15 23:08:05 +01:00
parent ebc7fa462c
commit 1a72905c62
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ document.addEventListener("pjax:success", function() {
document.addEventListener("DOMContentLoaded", function() {
var pjax = new Pjax({
selectors: [".body"],
elements: [".js-Pjax"],
selectors: [".body"]
// currentUrlFullReload: true,
})
console.log("Pjax initialized.", pjax)