Head tag keeps multiplying with empty contents #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 titleYou 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
this.switchElementsAlt()instead of the defaultouterHTMLswitch. However, I don't seeswitchElementsAlt()defined anywhere.