Add example forms for testing

This commit is contained in:
Robin North
2018-02-21 18:27:50 +00:00
parent a5b51f34df
commit ca479618fe
5 changed files with 163 additions and 19 deletions

View File

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