Fails on Internet Explorer #77
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,
I have an error on Internet Explorer which falls back everytime to classical switch page with refresh.
I checked the pjax code and I saw that the function
document.implementation.createHTMLDocumentwas in use with no parameters (which I also saw was optional).But, I finally found workaround to my bug and make IE working great with pjax by simply giving an argument to
createHTMLDocument, like'pjax'for example.Thank you very much!
It is implemented now