-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Head tag keeps multiplying with empty contents #83
Comments
You can inspect it here also: http://saulesinterjerai.lt/ same problem same code |
Still an issue? |
I believe this is being caused by the issue described here:
See here for more information about why this happens. The code there is supposed to prevent that by using |
Add switchElementsAlt() to the default switches Fixes #83.
Hi, any idea why this would be happening?
var pjax = new Pjax({ selectors: ["head title", "body"] })
but it works the same if I remove thehead title
The text was updated successfully, but these errors were encountered: