Skip to content
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

form submit not work in new version browsers #600

Open
krzysztof-adamski opened this issue Aug 8, 2017 · 0 comments
Open

form submit not work in new version browsers #600

krzysztof-adamski opened this issue Aug 8, 2017 · 0 comments

Comments

@krzysztof-adamski
Copy link

krzysztof-adamski commented Aug 8, 2017

facebook.js
connect: function (formElement, requiredPerms) { add document.body.appendChild(formElement); if (this.ithing) { return formElement.submit(); }
when we use ajax 'formElement' no exists for js

this line may help:

add document.body.appendChild(formElement);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant