Fixed issue where couldn't set history state to 'false' #76

Closed
tony2nite wants to merge 2 commits from master into master
Showing only changes of commit ace7609784 - Show all commits

View File

@@ -81,7 +81,7 @@ Pjax.prototype = {
},
loadContent: function(html, options) {
var tmpEl = document.implementation.createHTMLDocument()
var tmpEl = document.implementation.createHTMLDocument("")
// parse HTML attributes to copy them
// since we are forced to use documentElement.innerHTML (outerHTML can't be used for <html>)